mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-20 07:37:38 +01:00
Merge pull request #8534 from wy65701436/cherry-pick-fix
[Cherry-pick]Delete the none scan all schedule in migration
This commit is contained in:
commit
2d82a42a08
@ -23,3 +23,8 @@ END $$;
|
||||
|
||||
ALTER TABLE user_group ADD CONSTRAINT unique_group_name UNIQUE (group_name);
|
||||
|
||||
|
||||
/*
|
||||
Fix issue https://github.com/goharbor/harbor/issues/8526, delete the none scan_all schedule.
|
||||
*/
|
||||
UPDATE admin_job SET deleted='true' WHERE cron_str='{"type":"none"}';
|
||||
|
Loading…
Reference in New Issue
Block a user