Skip to content

Commit

Permalink
model: support database placement option and partition placement opti…
Browse files Browse the repository at this point in the history
…on (#1342)
  • Loading branch information
zhaoxugang authored Sep 22, 2021
1 parent ac71111 commit be47489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/ddl.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ const (
ActionCreatePlacementPolicy ActionType = 51
ActionAlterPlacementPolicy ActionType = 52
ActionDropPlacementPolicy ActionType = 53
ActionAlterTablePartitionPolicy ActionType = 54
)

var actionMap = map[ActionType]string{
Expand Down

0 comments on commit be47489

Please sign in to comment.