mirror of
https://github.com/goharbor/harbor
synced 2025-04-22 19:48:13 +00:00

Add the field extra_attrs to the p2p preheat policy for the provider to define their specified parameters when preheating. Signed-off-by: chlins <chlins.zhang@gmail.com>
3 lines
134 B
SQL
3 lines
134 B
SQL
ALTER TABLE p2p_preheat_policy DROP COLUMN IF EXISTS scope;
|
|
ALTER TABLE p2p_preheat_policy ADD COLUMN IF NOT EXISTS extra_attrs text;
|