From: Andy Allan Date: Wed, 13 Sep 2017 13:58:13 +0000 (+0100) Subject: Add missing structure.sql changes from 948fd8c8faf1016d X-Git-Tag: live~2999^2~98 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a0b665faf71b671eed57493a899f6ffc8b82ddc5 Add missing structure.sql changes from 948fd8c8faf1016d --- diff --git a/db/structure.sql b/db/structure.sql index 3d8900ccf..cdf4fb7dc 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -735,7 +735,7 @@ CREATE TABLE issues ( updated_by integer, created_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 );