mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-25 11:46:43 +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 project ADD COLUMN IF NOT EXISTS registry_id int;
|
||||||
ALTER TABLE IF EXISTS cve_whitelist RENAME TO cve_allowlist;
|
ALTER TABLE IF EXISTS cve_whitelist RENAME TO cve_allowlist;
|
||||||
UPDATE role SET name='maintainer' WHERE name='master';
|
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 (
|
CREATE TABLE IF NOT EXISTS execution (
|
||||||
id SERIAL NOT NULL,
|
id SERIAL NOT NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user