Skip to content

Commit 04a34ed

Browse files
authored
fix: tests with migrations_lock (#9833)
1 parent 4c88a27 commit 04a34ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/_support/Database/Migrations/20160428212500_Create_test_tables.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ public function down(): void
189189
$this->forge->dropTable('stringifypkey', true);
190190
$this->forge->dropTable('without_auto_increment', true);
191191
$this->forge->dropTable('ip_table', true);
192+
$this->forge->dropTable('migrations_lock', true);
192193

193194
if (in_array($this->db->DBDriver, ['MySQLi', 'Postgre'], true)) {
194195
$this->forge->dropTable('ci_sessions', true);

0 commit comments

Comments
 (0)