]> git.openstreetmap.org Git - rails.git/blobdiff - db/structure.sql
Remove the reassign column from issue_comments
[rails.git] / db / structure.sql
index 7888d8a9cfde10976355e1862ae1f5b422fb9381..83257318313d623d21540137cde83bf60ca64170 100644 (file)
@@ -694,7 +694,6 @@ CREATE TABLE issue_comments (
     issue_id integer NOT NULL,
     commenter_user_id integer NOT NULL,
     body text NOT NULL,
     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
 );
     created_at timestamp without time zone NOT NULL,
     updated_at timestamp without time zone NOT NULL
 );