migrations: clear test tables

Signed-off-by: HeshamTB <hishaminv@gmail.com>
This commit is contained in:
HeshamTB 2026-03-13 02:23:26 +03:00
parent 5ee2a03280
commit f3215035bd
Signed by: Hesham
GPG Key ID: 74876157D199B09E

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