mirror of https://github.com/fspc/BikeShed-1.git
Jason Denney
12 years ago
3 changed files with 6 additions and 2 deletions
@ -0,0 +1,5 @@ |
|||||
|
class RemoveNickname < ActiveRecord::Migration |
||||
|
def change |
||||
|
remove_column :users, :nickname, :string |
||||
|
end |
||||
|
end |
Loading…
Reference in new issue