mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: pg 改成bigint
This commit is contained in:
@@ -2,4 +2,4 @@ alter table pi_pipeline alter column title type varchar(100) using title::varcha
|
||||
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;
|
||||
alter table pi_pipeline add "order" bigint default 0;
|
||||
|
||||
Reference in New Issue
Block a user