summaryrefslogtreecommitdiff
path: root/model/sql/migration001.sql
blob: 64c7ee38647986784b36d659155aa31ce38bfb44 (plain)
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');