Commit c32facc4 by John Doe

fixed migration error

parent cfb2869b
class AddHomeDataViewToUser < ActiveRecord::Migration[5.1] class AddHomeDataViewToUser < ActiveRecord::Migration[5.1]
def change def change
add_column :users, :home_data_view_id, :number add_column :users, :home_data_view_id, :integer
end end
end end
class ChangeKeyToInteger < ActiveRecord::Migration[5.1]
def change
change_column :users, :home_data_view_id, :integer
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment