mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 15:05:31 +08:00
5 lines
265 B
SQL
5 lines
265 B
SQL
alter table Tables add column owner_table VARCHAR(255) DEFAULT '' NOT NULL;
|
|
alter table Tables add column partition_tag VARCHAR(255) DEFAULT '' NOT NULL;
|
|
alter table Tables add column version VARCHAR(64) DEFAULT '0.6.0' NOT NULL;
|
|
update Tables set version='0.6.0';
|