refactor: split up set and unset messages (#199)

* refactor: split up set and unset

* Update proto/greptime/v1/ddl.proto

Co-authored-by: Weny Xu <wenymedia@gmail.com>

---------

Co-authored-by: Weny Xu <wenymedia@gmail.com>
This commit is contained in:
Yohan Wal
2024-11-20 12:45:06 +08:00
committed by GitHub
parent fb4e2146b1
commit 58f8f18215
9 changed files with 2843 additions and 953 deletions
+2 -1
View File
@@ -129,7 +129,8 @@ message AlterRequest {
DropColumns drop_columns = 3;
ModifyColumnTypes modify_column_types = 5;
ChangeTableOptions change_table_options = 6;
ChangeColumnFulltext change_column_fulltext = 7;
SetColumnFulltext set_column_fulltext = 7;
UnsetColumnFulltext unset_column_fulltext = 8;
}
// The version of the schema before applying the alteration.
uint64 schema_version = 4;