]> git.ipfire.org Git - people/jschlag/pbs.git/commitdiff
db: Drop unused fields
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Oct 2017 01:16:47 +0000 (02:16 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Oct 2017 01:16:47 +0000 (02:16 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/database.sql

index fc950c70ea7544daa78cfffb34fec5d7a809b49c..d489ce6e1018475b5349635c77ef21965c3e1e27 100644 (file)
@@ -1561,8 +1561,6 @@ CREATE TABLE repositories (
     last_update timestamp without time zone,
     time_min integer DEFAULT 0 NOT NULL,
     time_max integer DEFAULT 0 NOT NULL,
-    update_started timestamp without time zone,
-    update_ended timestamp without time zone,
     deleted boolean DEFAULT false NOT NULL,
     priority integer,
     user_id integer