mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
fix #1274
Enhancements to NS SUSPEND, including stored metadata and the ability to list suspensions
This commit is contained in:
parent
dc456bd6a4
commit
1f6afa31d6
5 changed files with 194 additions and 29 deletions
|
|
@ -857,7 +857,7 @@ func schemaChangeV16ToV17(config *Config, tx *buntdb.Tx) error {
|
|||
func getSchemaChange(initialVersion int) (result SchemaChange, ok bool) {
|
||||
for _, change := range allChanges {
|
||||
if initialVersion == change.InitialVersion {
|
||||
return result, true
|
||||
return change, true
|
||||
}
|
||||
}
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue