about summary refs log tree commit diff
path: root/db/migrate/20180506221944_add_actor_type_to_accounts.rb
blob: 7cfed640f726500644cd3fc832fd26318bb4612a (plain) (blame)
1
2
3
4
5
class AddActorTypeToAccounts < ActiveRecord::Migration[5.2]
  def change
    add_column :accounts, :actor_type, :string
  end
end