diff --git a/plans/action_string.go b/plans/action_string.go index ed620be77d..c79465a2ae 100644 --- a/plans/action_string.go +++ b/plans/action_string.go @@ -9,8 +9,9 @@ const ( _Action_name_1 = "Create" _Action_name_2 = "Delete" _Action_name_3 = "Update" - _Action_name_4 = "Replace" + _Action_name_4 = "CreateThenDelete" _Action_name_5 = "Read" + _Action_name_6 = "DeleteThenCreate" ) func (i Action) String() string { @@ -27,6 +28,8 @@ func (i Action) String() string { return _Action_name_4 case i == 8592: return _Action_name_5 + case i == 8723: + return _Action_name_6 default: return "Action(" + strconv.FormatInt(int64(i), 10) + ")" }