verifications will not be processed until their topic is active
[websub-hub] / src / db / sqlite / index.js
index 9ef1fe54d2302e9523860a6196ebac9cd4f3a323..fba4e7ca326f828a6f9698258d2ec4628fb7665e 100644 (file)
@@ -20,7 +20,7 @@ const schemaVersionsSupported = {
   max: {
     major: 1,
     minor: 0,
-    patch: 0,
+    patch: 1,
   },
 };