Increase job archive required version

This commit is contained in:
Jan Eitzinger 2024-11-14 19:10:37 +01:00
parent 6056341525
commit ff37f71fdb
Signed by: moebiusband
GPG Key ID: 2574BA29B90D6DD5

View File

@ -14,7 +14,7 @@ import (
"github.com/ClusterCockpit/cc-backend/pkg/schema"
)
const Version uint64 = 1
const Version uint64 = 2
type ArchiveBackend interface {
Init(rawConfig json.RawMessage) (uint64, error)