Add missing structure.sql changes from 948fd8c8fa

This commit is contained in:
Andy Allan 2017-09-13 14:58:13 +01:00
parent 67a95ac7e9
commit a0b665faf7

View file

@ -735,7 +735,7 @@ CREATE TABLE issues (
updated_by integer, updated_by integer,
created_at timestamp without time zone NOT NULL, created_at timestamp without time zone NOT NULL,
updated_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL,
report_count integer DEFAULT 0 reports_count integer DEFAULT 0
); );