gab-social/db/migrate/20180506221944_add_actor_ty...

6 lines
130 B
Ruby
Raw Normal View History

2019-07-02 08:10:25 +01:00
class AddActorTypeToAccounts < ActiveRecord::Migration[5.2]
def change
add_column :accounts, :actor_type, :string
end
end