mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
4 lines
152 B
MySQL
4 lines
152 B
MySQL
|
/*fixes #14358*/
|
||
|
UPDATE execution SET status='Success' WHERE status='Succeed';
|
||
|
|
||
|
CREATE INDEX IF NOT EXISTS task_execution_id_idx ON task (execution_id);
|