about summary refs log tree commit diff
path: root/db/migrate/20200529214050_add_devices_url_to_accounts.rb
blob: 1323f8df7e7eccff42c2ab7f4ac1e0e26ee8c631 (plain) (blame)
1
2
3
4
5
class AddDevicesURLToAccounts < ActiveRecord::Migration[5.2]
  def change
    add_column :accounts, :devices_url, :string
  end
end