From 78571feb45bc5e4a780103a581b8830b10ac5041 Mon Sep 17 00:00:00 2001 From: Semenov Date: Sun, 20 May 2018 17:24:57 +0300 Subject: [PATCH] dev --- src/migrations/m180517_110558_alter_table__money_currency.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/migrations/m180517_110558_alter_table__money_currency.php b/src/migrations/m180517_110558_alter_table__money_currency.php index 5773628..18c917c 100644 --- a/src/migrations/m180517_110558_alter_table__money_currency.php +++ b/src/migrations/m180517_110558_alter_table__money_currency.php @@ -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; }