]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
Add missing structure.sql changes from 948fd8c8faf1016d
[rails.git] / 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
 );