Gab-Social/db/migrate/20180506221944_add_actor_type_to_accounts.rb
2019-07-02 03:10:25 -04:00

6 lines
130 B
Ruby

class AddActorTypeToAccounts < ActiveRecord::Migration[5.2]
def change
add_column :accounts, :actor_type, :string
end
end