Velocipede's User, Sales, and Bike Inventory Web App
 
 
 
 
 
 

5 lines
106 B

class RemoveNickname < ActiveRecord::Migration
def change
remove_column :users, :nickname
end
end