Skip to content

Commit ea8f499

Browse files
committed
Fix drop migration
1 parent 990ae26 commit ea8f499

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/IssueFixTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ private function deleteTablesForCreateMigrationForDropTable132ForPgsql()
390390

391391
Yii::$app->db->createCommand('DROP TABLE IF EXISTS {{%upks}}')->execute();
392392
Yii::$app->db->createCommand('DROP TYPE mood')->execute();
393+
Yii::$app->db->createCommand('DROP TYPE enum_itt_upks_e2')->execute();
393394
Yii::$app->db->createCommand('DROP TABLE IF EXISTS {{%bigpks}}')->execute();
394395
Yii::$app->db->createCommand('DROP TABLE IF EXISTS {{%ubigpks}}')->execute();
395396

0 commit comments

Comments
 (0)