Skip to content

Commit

Permalink
Removes unnecessary columns from migration
Browse files Browse the repository at this point in the history
  • Loading branch information
danmcclain committed Jan 10, 2014
1 parent 9a40c93 commit 841aad1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ namespace :db do
t.cidr "subnet"
t.integer "tag_ids", array: true
t.string "tags", array: true
t.text "biography"
t.integer "lucky_number"
t.numrange "num_range"
t.datetime "created_at"
t.datetime "updated_at"
end
Expand Down

0 comments on commit 841aad1

Please sign in to comment.