Add catalog destination state schema
This commit is contained in:
@@ -14,9 +14,11 @@ import (
|
||||
const (
|
||||
SchemaVersion = 2
|
||||
SharedRootSchemaVersion = 3
|
||||
CatalogSchemaVersion = 4
|
||||
legacySchemaVersion = 1
|
||||
StateModeSingleOwner = config.StateModeSingleOwner
|
||||
StateModeSharedRoot = config.StateModeSharedRoot
|
||||
StateModeCatalog = "catalog"
|
||||
)
|
||||
|
||||
type DistributorState struct {
|
||||
|
||||
Reference in New Issue
Block a user