migrations: clear test tables
Signed-off-by: HeshamTB <hishaminv@gmail.com>
This commit is contained in:
parent
5ee2a03280
commit
f3215035bd
7
migrations/5_clear_old_tables.sql
Normal file
7
migrations/5_clear_old_tables.sql
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
DROP TABLE IF EXISTS _sft_migtest_table;
|
||||
DROP TABLE IF EXISTS _sft_migtest_table2;
|
||||
DROP TABLE IF EXISTS _sft_migtest_table3;
|
||||
DROP TABLE IF EXISTS _sft_migtest_table4;
|
||||
|
||||
INSERT INTO _sft_db (db_rev, sft_ver, applied_at) VALUES (5, "0.0.1-pre-alpha1", CURRENT_TIMESTAMP);
|
||||
Loading…
Reference in New Issue
Block a user