Completed
Branch master (ec70a9)
by Tobias
25:06 queued 07:11
created
migrations/legacy/migration-command/m000508_053522_fix_migration_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     public function safeUp()
14 14
     {
15 15
         $table = $this->db->schema->getTableSchema('{{%migration}}');
16
-        if (isset($table->columns['alias'])) {
16
+        if (isset($table->columns[ 'alias' ])) {
17 17
             // Column exists
18 18
             $this->alterColumn('{{%migration}}', 'alias', 'varchar(180) DEFAULT NULL');
19 19
         }
Please login to merge, or discard this patch.