mirror of
https://github.com/certd/certd.git
synced 2026-04-14 20:40:53 +08:00
perf: 流水线支持名称模糊查询
This commit is contained in:
@@ -1 +1,5 @@
|
||||
alter table pi_pipeline alter column title type varchar(100) using title::varchar(100);
|
||||
alter table pi_pipeline alter column content type text using content::text;
|
||||
alter table pi_storage alter column value type text using value::text;
|
||||
|
||||
alter table pi_pipeline add "order" integer default 0;
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
alter table pi_pipeline add COLUMN "order" integer default 0;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user