mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-19 02:28:28 -05:00
Bump expected redis schema version to 6
This commit is contained in:
parent
b2af3e0962
commit
a34313e563
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ import (
|
|||
const (
|
||||
ExitSuccess = 0
|
||||
ExitFailure = 1
|
||||
expectedRedisSchemaVersion = "5"
|
||||
expectedRedisSchemaVersion = "6"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue