1
0
mirror of https://github.com/goharbor/harbor.git synced 2024-12-30 04:28:17 +01:00
harbor/make/migrations/postgresql/0003_add_replication_op_uuid.up.sql
陈德 1ffd9d8fba Add op uuid to image replication
Signed-off-by: 陈德 <chende@caicloud.io>
2018-10-21 23:55:57 +08:00

1 line
59 B
SQL

ALTER TABLE replication_job ADD COLUMN op_uuid varchar(64);