mirror of
https://github.com/goharbor/harbor
synced 2025-04-19 02:33:59 +00:00

1. Update execution status during the upgrade 2. Refine the execution sweeper Signed-off-by: Wenkai Yin <yinw@vmware.com>
4 lines
152 B
SQL
4 lines
152 B
SQL
/*fixes #14358*/
|
|
UPDATE execution SET status='Success' WHERE status='Succeed';
|
|
|
|
CREATE INDEX IF NOT EXISTS task_execution_id_idx ON task (execution_id); |