X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/33c43ab0affe7317d7d136bc6ed934d6f6951585..2dd8f09395f1a8e050330b360154e5b7ad1a8492:/db/structure.sql?ds=sidebyside 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 );