feat: sqlite migration runner with meta version table

This commit is contained in:
Joseph Doherty
2026-04-26 11:32:32 -04:00
parent 01e6975d20
commit 67517926aa
5 changed files with 67 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
-- meta table is created by the migrate runner; this migration is a marker.
SELECT 1;