From df69f7e410182866c81902e140c83e25cdde11b5 Mon Sep 17 00:00:00 2001 From: Tan Jiang Date: Sun, 25 Mar 2018 13:47:03 +0800 Subject: [PATCH] Fix error in registry_sqlite.sql --- make/photon/db/registry_sqlite.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/make/photon/db/registry_sqlite.sql b/make/photon/db/registry_sqlite.sql index 226dfbe09..f506d89f2 100644 --- a/make/photon/db/registry_sqlite.sql +++ b/make/photon/db/registry_sqlite.sql @@ -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