mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Merge pull request #1419 from slingamn/alwayson_channelmodes.1
fix #1345
This commit is contained in:
commit
7e56f62aed
6 changed files with 130 additions and 20 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue