X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/68213e381252addee172f329e3a52bc361a9499a..2dd8f09395f1a8e050330b360154e5b7ad1a8492:/db/structure.sql diff --git a/db/structure.sql b/db/structure.sql index 7888d8a9c..832573183 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -694,7 +694,6 @@ CREATE TABLE issue_comments ( issue_id integer NOT NULL, commenter_user_id integer NOT NULL, body text NOT NULL, - reassign boolean, created_at timestamp without time zone NOT NULL, updated_at timestamp without time zone NOT NULL );