]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Search.pm
searchidx: fix ghost root vivification
[public-inbox.git] / lib / PublicInbox / Search.pm
index bc2b69854a8765add7c4956f0f7a3c23d9edf0a0..82a6e5416240e19876203fc61fcd5b25d289d420 100644 (file)
@@ -41,7 +41,8 @@ use constant {
        # 12 - change YYYYMMDD value column to numeric
        # 13 - fix threading for empty References/In-Reply-To
        #      (commit 83425ef12e4b65cdcecd11ddcb38175d4a91d5a0)
-       SCHEMA_VERSION => 13,
+       # 14 - fix ghost root vivification
+       SCHEMA_VERSION => 14,
 
        # n.b. FLAG_PURE_NOT is expensive not suitable for a public website
        # as it could become a denial-of-service vector