This commit is contained in:
2024-11-04 01:23:57 -06:00
parent af3f3ab355
commit b805f27d0e
10 changed files with 246 additions and 10 deletions

View File

@ -0,0 +1,4 @@
CREATE TABLE IF NOT EXISTS schema_migrations (
version INTEGER PRIMARY KEY,
applied_at DATETIME DEFAULT CURRENT_TIMESTAMP
);