1
0
Fork 0
forked from External/ergo

schema change for #1345

Convert the flat list of channels for always-on clients
to a map from channel names to channel-user modes.
This commit is contained in:
Shivaram Lingamneni 2020-12-02 05:08:49 -05:00
parent 51f279289d
commit c0bc485840
2 changed files with 67 additions and 2 deletions

View file

@ -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 = 18
importDBSchemaVersion = 19
)
type userImport struct {