| Total Complexity | 2 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class m220620_191334_delete_cacheflag_flagged_database_table extends Migration |
||
| 13 | { |
||
| 14 | |||
| 15 | /** @inheritdoc */ |
||
| 16 | public function safeUp() |
||
| 17 | { |
||
| 18 | // Remove the old "cacheflag_flagged" table if it exists |
||
| 19 | $this->dropTableIfExists('{{%cacheflag_flagged}}'); |
||
| 20 | } |
||
| 21 | |||
| 22 | /** @inheritdoc */ |
||
| 23 | public function safeDown() |
||
| 27 | } |
||
| 28 | |||
| 30 |