20200529214050_add_devices_url_to_accounts.rb 163 B

1234567
  1. # frozen_string_literal: true
  2. class AddDevicesURLToAccounts < ActiveRecord::Migration[5.2]
  3. def change
  4. add_column :accounts, :devices_url, :string
  5. end
  6. end