Skip to content

Commit

Permalink
feat: add IF EXISTS for DROP
Browse files Browse the repository at this point in the history
  • Loading branch information
zuston authored Nov 23, 2023
1 parent 2ffdcae commit 167dfec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/greptime/v1/ddl.proto
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ message DropTableExpr {
string schema_name = 2;
string table_name = 3;
TableId table_id = 4;
bool drop_if_exists = 5;
}

message CreateDatabaseExpr {
Expand Down

0 comments on commit 167dfec

Please sign in to comment.