mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-14 14:25:36 +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);
|