]> git.openstreetmap.org Git - rails.git/commitdiff
Add missing structure.sql changes from 948fd8c8faf1016d
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 13 Sep 2017 13:58:13 +0000 (14:58 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 13 Sep 2017 13:58:13 +0000 (14:58 +0100)
db/structure.sql

index 3d8900ccfc7c0c077f89b2d2d3a90a74cb1273fe..cdf4fb7dccaf1700e50a0a47624268d33c842972 100644 (file)
@@ -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
 );