mastodon/db/migrate/20180506221944_add_actor_ty...

6 lines
130 B
Ruby

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