Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class m190513_154106_drop_auto_monitoring extends Migration |
||
9 | { |
||
10 | /** |
||
11 | * {@inheritdoc} |
||
12 | */ |
||
13 | public function safeUp() |
||
14 | { |
||
15 | $this->dropColumn('account', 'accounts_monitoring_level'); |
||
16 | $this->dropColumn('account', 'accounts_default_tags'); |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * {@inheritdoc} |
||
21 | */ |
||
22 | public function safeDown() |
||
26 | } |
||
27 | } |
||
28 |