added db upgrade tests

This commit is contained in:
Joe Dowd
2020-08-31 02:52:12 +01:00
parent 82d59e159f
commit 88e6c6f93c
4 changed files with 25 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
BEGIN TRANSACTION;
/* Add version to config */
INSERT INTO config (key, value) VALUES("version", 1);
COMMIT;