This commit is contained in:
5
server-node/sql/schema/00_schema_migrations.sql
Normal file
5
server-node/sql/schema/00_schema_migrations.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS schema_migrations (
|
||||
id TEXT PRIMARY KEY,
|
||||
name TEXT NOT NULL,
|
||||
applied_at TEXT NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user