X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c00c515d9d12e25e63d3a0b3271862dd5b134ca4..67a95ac7e92881249f5729f0fa9e7c9f9f95fff2:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index be0603e6e..3d8900ccf 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -694,8 +694,8 @@ CREATE TABLE issue_comments ( issue_id integer, commenter_user_id integer, body text, - created_at timestamp without time zone NOT NULL, reassign boolean, + created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL ); @@ -732,9 +732,9 @@ CREATE TABLE issues ( issue_type character varying, resolved_at timestamp without time zone, resolved_by integer, + updated_by integer, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL, - updated_by integer, report_count integer DEFAULT 0 );