This commit is contained in:
Tim Vaillancourt 2022-07-07 17:38:41 +02:00
parent d6d1d3b436
commit 246800e053

View File

@ -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"
) )