]> git.ipfire.org Git - people/jschlag/pbs.git/blobdiff - src/database.sql
db: Drop unused fields
[people/jschlag/pbs.git] / 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