mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-11 19:08:09 -07:00
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:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user