Skip to content

Commit

Permalink
meta: export some deprecated action types for cdc (#56170)
Browse files Browse the repository at this point in the history
ref #54436
  • Loading branch information
D3Hunter authored Sep 20, 2024
1 parent a807829 commit a97aa45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/meta/model/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ const (
ActionCreateSequence ActionType = 34
ActionAlterSequence ActionType = 35
ActionDropSequence ActionType = 36
_DEPRECATEDActionAddColumns ActionType = 37 // Deprecated, we use ActionMultiSchemaChange instead.
_DEPRECATEDActionDropColumns ActionType = 38 // Deprecated, we use ActionMultiSchemaChange instead.
ActionAddColumns ActionType = 37 // Deprecated, we use ActionMultiSchemaChange instead.
ActionDropColumns ActionType = 38 // Deprecated, we use ActionMultiSchemaChange instead.
ActionModifyTableAutoIDCache ActionType = 39
ActionRebaseAutoRandomBase ActionType = 40
ActionAlterIndexVisibility ActionType = 41
Expand Down

0 comments on commit a97aa45

Please sign in to comment.