Files
alchemist/migrations/20260111193000_update_version_to_0_2_5.sql
2026-01-10 21:13:37 -05:00

5 lines
195 B
SQL

-- Migration to update minimum compatible version to 0.2.5
INSERT OR REPLACE INTO schema_info (key, value) VALUES
('min_compatible_version', '0.2.5'),
('last_updated', datetime('now'));