X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=src%2Fdb%2Fsqlite%2Findex.js;h=fba4e7ca326f828a6f9698258d2ec4628fb7665e;hb=777488fff1f833e2bb699c700f38aa7374a80735;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, }, };