mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
8b1817be0f
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); |