Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed May 20, 2018
1 parent 1f11a21 commit 78571fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/migrations/m180517_110558_alter_table__money_currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ public function safeUp()
$this->dropColumn('{{%money_currency}}', 'name_full');
$this->dropColumn('{{%money_currency}}', 'active');

$this->addColumn('{{%money_currency}}', 'is_active', $this->integer(1)->notNull()->defaultValue(0));

return true;
}

Expand Down

0 comments on commit 78571fe

Please sign in to comment.