Skip to content

Commit

Permalink
style: rename modify_columns -> change_column_types
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Apr 24, 2024
1 parent cd84001 commit fb3d11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/greptime/v1/ddl.proto
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ message AddColumns { repeated AddColumn add_columns = 1; }

message DropColumns { repeated DropColumn drop_columns = 1; }

message ChangeColumnTypes { repeated ChangeColumnType modify_columns = 1; }
message ChangeColumnTypes { repeated ChangeColumnType change_column_types = 1; }

message RenameTable { string new_table_name = 1; }

Expand Down

0 comments on commit fb3d11f

Please sign in to comment.