Fix lint
This commit is contained in:
parent
d6d1d3b436
commit
246800e053
@ -27,7 +27,7 @@ type ChangelogState string
|
|||||||
const (
|
const (
|
||||||
AllEventsUpToLockProcessed ChangelogState = "AllEventsUpToLockProcessed"
|
AllEventsUpToLockProcessed ChangelogState = "AllEventsUpToLockProcessed"
|
||||||
GhostTableMigrated ChangelogState = "GhostTableMigrated"
|
GhostTableMigrated ChangelogState = "GhostTableMigrated"
|
||||||
Migrated ChangelogState = "Migrated"
|
Migrated ChangelogState = "Migrated"
|
||||||
ReadMigrationRangeValues ChangelogState = "ReadMigrationRangeValues"
|
ReadMigrationRangeValues ChangelogState = "ReadMigrationRangeValues"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user