mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-15 00:19:29 +01:00
bump database version generated by importer
This should have been done in 8b2f6de3e0
, since we updated both
the database schema and the importer then.
This commit is contained in:
parent
15f5f2e9b0
commit
9293858ba1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user