sft/migrations/5_clear_old_tables.sql
HeshamTB f3215035bd
migrations: clear test tables
Signed-off-by: HeshamTB <hishaminv@gmail.com>
2026-03-13 02:23:26 +03:00

8 lines
270 B
SQL

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);