1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00
BikeShed-1/db/migrate/20130424005701_alter_user.rb
Jason Denney 91bb2ea43e Changing UserRole to UserRoleJoin
Beware, this breaks the view for some reason
2013-04-23 23:21:17 -04:00

6 lines
105 B
Ruby

class AlterUser < ActiveRecord::Migration
def change
remove_column :users, :user_role_id
end
end