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