]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
Store the report category.
[rails.git] / db / structure.sql
index f01cbfbbc7e6bf65f865931d8fce149d0076cb71..c7613fca4051b77182f1ba7dd2f60593435b36f5 100644 (file)
@@ -1067,6 +1067,7 @@ CREATE TABLE reports (
     issue_id integer,
     user_id integer,
     details text NOT NULL,
+    category character varying NOT NULL,
     created_at timestamp without time zone NOT NULL,
     updated_at timestamp without time zone NOT NULL
 );