mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 23:15:28 +08:00
5 lines
248 B
SQL
5 lines
248 B
SQL
alter table Tables add column 'owner_table' TEXT DEFAULT '' NOT NULL;
|
|
alter table Tables add column 'partition_tag' TEXT DEFAULT '' NOT NULL;
|
|
alter table Tables add column 'version' TEXT DEFAULT '0.6.0' NOT NULL;
|
|
update Tables set version='0.6.0';
|