mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
fix: change art_size to bigint in migrations
Signed-off-by: He Weiwei <hweiwei@vmware.com>
This commit is contained in:
parent
e006f4bab5
commit
476732df89
@ -31,7 +31,7 @@ ALTER TABLE execution ADD COLUMN IF NOT EXISTS update_time timestamp;
|
||||
DO $$
|
||||
DECLARE
|
||||
art RECORD;
|
||||
art_size integer;
|
||||
art_size bigint;
|
||||
BEGIN
|
||||
FOR art IN SELECT * FROM artifact WHERE size = 0
|
||||
LOOP
|
||||
|
Loading…
Reference in New Issue
Block a user