projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove the reassign column from issue_comments
[rails.git]
/
db
/
structure.sql
diff --git
a/db/structure.sql
b/db/structure.sql
index 7888d8a9cfde10976355e1862ae1f5b422fb9381..83257318313d623d21540137cde83bf60ca64170 100644
(file)
--- 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
);