From 9293858ba19e45aba055487c7ba33b876a29aae4 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sat, 11 Dec 2021 19:55:48 -0500 Subject: [PATCH] bump database version generated by importer This should have been done in 8b2f6de3e0b9, since we updated both the database schema and the importer then. --- irc/import.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/import.go b/irc/import.go index cc59e6a5..449f402b 100644 --- a/irc/import.go +++ b/irc/import.go @@ -20,7 +20,7 @@ const ( // XXX instead of referencing, e.g., keyAccountExists, we should write in the string literal // (to ensure that no matter what code changes happen elsewhere, we're still producing a // db of the hardcoded version) - importDBSchemaVersion = 19 + importDBSchemaVersion = 22 ) type userImport struct {