| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class m180618_133225_add_columns_to_contacts_table extends Migration |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * {@inheritdoc} |
||
| 12 | */ |
||
| 13 | public function safeUp() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * {@inheritdoc} |
||
| 21 | */ |
||
| 22 | public function safeDown() |
||
| 23 | { |
||
| 24 | $this->dropColumn('contacts', 'mapZoom'); |
||
| 25 | $this->dropColumn('contacts', 'mapQ'); |
||
| 26 | } |
||
| 28 |