mirror of
https://github.com/goharbor/harbor
synced 2025-05-21 11:38:32 +00:00
remove job_log table
This commit is contained in:
parent
616d96496a
commit
0a2b9b320b
@ -139,17 +139,6 @@ create table replication_job (
|
||||
PRIMARY KEY (id)
|
||||
);
|
||||
|
||||
create table job_log (
|
||||
log_id int NOT NULL AUTO_INCREMENT,
|
||||
job_id int NOT NULL,
|
||||
level varchar(64) NOT NULL,
|
||||
message text,
|
||||
creation_time timestamp,
|
||||
update_time timestamp,
|
||||
PRIMARY KEY (log_id),
|
||||
FOREIGN KEY (job_id) REFERENCES replication_job (id)
|
||||
);
|
||||
|
||||
create table properties (
|
||||
k varchar(64) NOT NULL,
|
||||
v varchar(128) NOT NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user