mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 03:35:21 +01:00
Merge pull request #12432 from ywk253100/200709_allowlist
Rename "reuse_sys_cve_whitelist" to "reuse_sys_cve_allowlist"
This commit is contained in:
commit
e96165412d
@ -1,6 +1,7 @@
|
||||
ALTER TABLE project ADD COLUMN IF NOT EXISTS registry_id int;
|
||||
ALTER TABLE IF EXISTS cve_whitelist RENAME TO cve_allowlist;
|
||||
UPDATE role SET name='maintainer' WHERE name='master';
|
||||
UPDATE project_metadata SET name='reuse_sys_cve_allowlist' WHERE name='reuse_sys_cve_whitelist';
|
||||
|
||||
CREATE TABLE IF NOT EXISTS execution (
|
||||
id SERIAL NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user