mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 01:43:34 -04:00
5 lines
195 B
SQL
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'));
|