mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +08:00
a7ca6fb985
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.