Skip to content

Commit ae2ef98

Browse files
authored
update console folder link (#546)
1 parent 274f2da commit ae2ef98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console/migrations/m130524_201442_init.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public function up()
88
{
99
$tableOptions = null;
1010
if ($this->db->driverName === 'mysql') {
11-
// http://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unicode-ci
11+
// https://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unicode-ci
1212
$tableOptions = 'CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE=InnoDB';
1313
}
1414

0 commit comments

Comments
 (0)