mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-04-03 14:36:44 +08:00
Implement SQLite PRAGMA user_version based migration system: - Track schema version with SCHEMA_VERSION constant - Apply migrations automatically on init and import - Reject databases from future versions for forward compatibility - Add comprehensive tests for version transitions - Prepare infrastructure for future schema evolution This lays the foundation for safe incremental database upgrades.