feat(kon): add schema versioning — sequential migration system replaces CREATE TABLE IF NOT EXISTS

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
jake
2026-03-17 02:13:19 +00:00
parent e70cfca63d
commit b9178f8117
4 changed files with 174 additions and 112 deletions

View File

@@ -12,3 +12,6 @@ sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio"] }
# Async runtime
tokio = { version = "1", features = ["rt", "sync", "macros"] }
# Logging
log = "0.4"