mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-03 06:28:06 +01:00
Merge pull request #11122 from ywk253100/200318_replication_task
Increase the length the columns (src_resource, dst_resource)of replication_task
This commit is contained in:
commit
9ebcf95758
@ -202,3 +202,6 @@ ALTER TABLE notification_policy DROP CONSTRAINT unique_project_id;
|
|||||||
|
|
||||||
/*add the unique constraint for name in table 'notification_policy'*/
|
/*add the unique constraint for name in table 'notification_policy'*/
|
||||||
ALTER TABLE notification_policy ADD UNIQUE (name);
|
ALTER TABLE notification_policy ADD UNIQUE (name);
|
||||||
|
|
||||||
|
ALTER TABLE replication_task ALTER COLUMN src_resource TYPE varchar(512);
|
||||||
|
ALTER TABLE replication_task ALTER COLUMN dst_resource TYPE varchar(512);
|
||||||
|
Loading…
Reference in New Issue
Block a user