mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update the script for nightly test (#19799)
Signed-off-by: nico <cheng.yuan@zilliz.com> Signed-off-by: nico <cheng.yuan@zilliz.com>pull/19800/head
parent
7e75e15f6f
commit
3e10fe6351
|
@ -24,6 +24,8 @@ mysql:
|
|||
shards_num INT,
|
||||
start_position TEXT,
|
||||
consistency_level INT,
|
||||
status INT NOT NULL,
|
||||
properties VARCHAR(512),
|
||||
ts BIGINT UNSIGNED DEFAULT 0,
|
||||
is_deleted BOOL DEFAULT FALSE,
|
||||
created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
|
@ -94,6 +96,7 @@ mysql:
|
|||
partition_name VARCHAR(256),
|
||||
partition_created_timestamp bigint unsigned,
|
||||
collection_id BIGINT NOT NULL,
|
||||
status INT NOT NULL,
|
||||
ts BIGINT UNSIGNED DEFAULT 0,
|
||||
is_deleted BOOL DEFAULT FALSE,
|
||||
created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
|
@ -112,6 +115,8 @@ mysql:
|
|||
index_id BIGINT NOT NULL,
|
||||
index_name VARCHAR(256),
|
||||
index_params VARCHAR(2048),
|
||||
user_index_params VARCHAR(2048),
|
||||
is_auto_index BOOL DEFAULT FALSE,
|
||||
create_time bigint unsigned,
|
||||
is_deleted BOOL DEFAULT FALSE,
|
||||
created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
|
|
Loading…
Reference in New Issue