From: Michael Tremer Date: Mon, 23 Oct 2017 01:16:47 +0000 (+0100) Subject: db: Drop unused fields X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e58a770e8560a0d752eb5c1054c6986979a994d;p=people%2Fjschlag%2Fpbs.git db: Drop unused fields Signed-off-by: Michael Tremer --- diff --git a/src/database.sql b/src/database.sql index fc950c7..d489ce6 100644 --- a/src/database.sql +++ b/src/database.sql @@ -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