Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
state builds_state DEFAULT 'building'::builds_state NOT NULL,
severity builds_severity,
message text,
- time_created timestamp with time zone NOT NULL,
+ time_created timestamp without time zone NOT NULL,
update_year integer,
update_num integer,
depends_on integer,
mode integer NOT NULL,
"user" text NOT NULL,
"group" text NOT NULL,
- mtime timestamp with time zone NOT NULL,
+ mtime timestamp without time zone NOT NULL,
capabilities text
);