mirror of
https://github.com/Icinga/icingadb.git
synced 2026-06-09 00:42:37 -04:00
Bump expected redis schema version to 5
This commit is contained in:
parent
a89e82b794
commit
79003429ab
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ import (
|
|||
const (
|
||||
ExitSuccess = 0
|
||||
ExitFailure = 1
|
||||
expectedRedisSchemaVersion = "4"
|
||||
expectedRedisSchemaVersion = "5"
|
||||
expectedMysqlSchemaVersion = 3
|
||||
expectedPostgresSchemaVersion = 1
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue