Permalink
Please sign in to comment.
Showing
with
6 additions
and 2 deletions.
| @@ -0,0 +1,5 @@ | ||
| class RemoveCommentsDragon < ActiveRecord::Migration | ||
| def change | ||
| remove_column :comments, :is_dragon | ||
| end | ||
| end |
0 comments on commit
37510f7