9 lines
232 B
SQL
9 lines
232 B
SQL
CREATE TABLE IF NOT EXISTS _sft_migtest_table4 (
|
|
id integer PRIMARY KEY
|
|
);
|
|
|
|
INSERT INTO _sft_migtest_table (id) VALUES (42);
|
|
|
|
INSERT INTO _sft_db (db_rev, sft_ver, applied_at) VALUES (4, "0.0.1-pre-alpha1", CURRENT_TIMESTAMP);
|
|
|