1 2 3 4 5 6 7 8
-- Database schema 1 is the first schema with numerical versioning. DELETE FROM metadata WHERE key = 'version'; INSERT INTO metadata (key, value) VALUES ('schema_version', '2');