mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 15:35:33 +08:00
for meta migration
Signed-off-by: groot <yihua.mo@zilliz.com>
This commit is contained in:
parent
c2b5b00592
commit
e0886f84d6
@ -69,7 +69,7 @@ StoragePrototype(const std::string& path) {
|
||||
make_column("flag", &TableSchema::flag_, default_value(0)),
|
||||
make_column("index_file_size", &TableSchema::index_file_size_),
|
||||
make_column("engine_type", &TableSchema::engine_type_),
|
||||
make_column("index_params", &TableSchema::index_params_),
|
||||
make_column("index_params", &TableSchema::index_params_, default_value("")),
|
||||
make_column("metric_type", &TableSchema::metric_type_),
|
||||
make_column("owner_table", &TableSchema::owner_table_, default_value("")),
|
||||
make_column("partition_tag", &TableSchema::partition_tag_, default_value("")),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user