Merged in feature/reset-db-version (pull request #203)

fix db version

* fix db version
This commit is contained in:
Jay Brown
2026-01-15 21:37:50 +00:00
parent 35d72fccbe
commit 3639af8b84
4 changed files with 12 additions and 0 deletions
@@ -0,0 +1,2 @@
-- Stub migration for version compatibility
-- No actual changes needed.
@@ -0,0 +1,4 @@
-- Stub migration for version compatibility
-- This file exists to satisfy the migrate tool for databases that were
-- previously at version 119 (before migration collapse).
-- No actual changes - the schema is already correct.
@@ -0,0 +1,2 @@
-- Stub migration for version compatibility
-- No actual changes needed.
@@ -0,0 +1,4 @@
-- Stub migration for version compatibility
-- This file exists to satisfy the migrate tool for databases that were
-- previously at version 120 (before migration collapse).
-- No actual changes - the schema is already correct.