mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-13 11:11:29 +01:00
Rename "reuse_sys_cve_whitelist" to "reuse_sys_cve_allowlist"
Rename "reuse_sys_cve_whitelist" to "reuse_sys_cve_allowlist" in project metadata Signed-off-by: Wenkai Yin <yinw@vmware.com>
This commit is contained in:
parent
3b2934bf48
commit
cd6c1b8c31
@ -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