mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-24 11:15:24 +01:00
39b4d011c7
Fixes #6115 As for the change in migration sql file, in 1.7 we'll switch to jobservice for scheduling "scan all" job. To avoid inconsistency, this item will be reset and user will need to configure the policy again. Signed-off-by: Daniel Jiang <jiangd@vmware.com>
3 lines
108 B
SQL
3 lines
108 B
SQL
ALTER TABLE properties ALTER COLUMN v TYPE varchar(1024);
|
|
DELETE FROM properties where k='scan_all_policy';
|