feat: alter fulltext index (#196)

This commit is contained in:
Yohan Wal
2024-11-09 07:06:55 +08:00
committed by GitHub
parent 396206c280
commit 67bb1d52bc
9 changed files with 2990 additions and 412 deletions
+1
View File
@@ -129,6 +129,7 @@ message AlterRequest {
DropColumns drop_columns = 3;
ChangeColumnTypes change_column_types = 5;
ChangeTableOptions change_table_options = 6;
ChangeColumnFulltext change_column_fulltext = 7;
}
// The version of the schema before applying the alteration.
uint64 schema_version = 4;