X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=src%2Fdb%2Fsqlite%2Findex.js;fp=src%2Fdb%2Fsqlite%2Findex.js;h=fba4e7ca326f828a6f9698258d2ec4628fb7665e;hb=009a27af38e750695d11e6699c1d20928ed5f73d;hp=9ef1fe54d2302e9523860a6196ebac9cd4f3a323;hpb=a0d01a7dbd5ff438095980c491ddc548ee29e96a;p=websub-hub diff --git a/src/db/sqlite/index.js b/src/db/sqlite/index.js index 9ef1fe5..fba4e7c 100644 --- a/src/db/sqlite/index.js +++ b/src/db/sqlite/index.js @@ -20,7 +20,7 @@ const schemaVersionsSupported = { max: { major: 1, minor: 0, - patch: 0, + patch: 1, }, };