mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-22 14:52:17 +01:00
Fix error in registry_sqlite.sql
This commit is contained in:
parent
6f1c46624f
commit
df69f7e410
@ -183,7 +183,6 @@ create table replication_job (
|
||||
repository varchar(256) NOT NULL,
|
||||
operation varchar(64) NOT NULL,
|
||||
tags varchar(16384),
|
||||
#New job service only records uuid, for compatibility in this table both IDs are stored.
|
||||
job_uuid varchar(64),
|
||||
creation_time timestamp default CURRENT_TIMESTAMP,
|
||||
update_time timestamp default CURRENT_TIMESTAMP
|
||||
@ -206,7 +205,6 @@ create table img_scan_job (
|
||||
repository varchar(256) NOT NULL,
|
||||
tag varchar(128) NOT NULL,
|
||||
digest varchar(64),
|
||||
#New job service only records uuid, for compatibility in this table both IDs are stored.
|
||||
job_uuid varchar(64),
|
||||
creation_time timestamp default CURRENT_TIMESTAMP,
|
||||
update_time timestamp default CURRENT_TIMESTAMP
|
||||
|
Loading…
Reference in New Issue
Block a user