X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=src%2Fdb%2Fpostgres%2Findex.js;fp=src%2Fdb%2Fpostgres%2Findex.js;h=255909780fe71c41133fc4b29c30eb5ec563f27a;hb=009a27af38e750695d11e6699c1d20928ed5f73d;hp=1c5d1d1c4f2253a79c3053232781f2bbb7e45f56;hpb=a0d01a7dbd5ff438095980c491ddc548ee29e96a;p=websub-hub diff --git a/src/db/postgres/index.js b/src/db/postgres/index.js index 1c5d1d1..2559097 100644 --- a/src/db/postgres/index.js +++ b/src/db/postgres/index.js @@ -30,7 +30,7 @@ const schemaVersionsSupported = { max: { major: 1, minor: 0, - patch: 0, + patch: 1, }, };