mirror of
https://github.com/fspc/BikeShed-1.git
synced 2025-04-04 05:33:22 -04:00
6 lines
105 B
Ruby
6 lines
105 B
Ruby
class AlterUser < ActiveRecord::Migration
|
|
def change
|
|
remove_column :users, :user_role_id
|
|
end
|
|
end
|