mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-08 08:57:45 +01:00
a548ab705f
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;
|