init commit
This commit is contained in:
5
store/migration/sqlite/0.8/00__migration_history.sql
Normal file
5
store/migration/sqlite/0.8/00__migration_history.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- migration_history
|
||||
CREATE TABLE IF NOT EXISTS migration_history (
|
||||
version TEXT NOT NULL PRIMARY KEY,
|
||||
created_ts BIGINT NOT NULL DEFAULT (strftime('%s', 'now'))
|
||||
);
|
||||
Reference in New Issue
Block a user