mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
Delete the nono scan all schedule in migration
Signed-off-by: wang yan <wangyan@vmware.com>
This commit is contained in:
parent
b7803571d4
commit
6987825ffd
@ -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