X-Git-Url: http://git.ipfire.org/?p=people%2Fjschlag%2Fpbs.git;a=blobdiff_plain;f=src%2Fdatabase.sql;fp=src%2Fdatabase.sql;h=d489ce6e1018475b5349635c77ef21965c3e1e27;hp=fc950c70ea7544daa78cfffb34fec5d7a809b49c;hb=5e58a770e8560a0d752eb5c1054c6986979a994d;hpb=612ee16e1974b85881110c63381fdf3bfa892e8c 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