0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-01-09 14:07:10 +00:00
mastodon/db/migrate/20201017233919_add_suspension_origin_to_accounts.rb

6 lines
145 B
Ruby

class AddSuspensionOriginToAccounts < ActiveRecord::Migration[5.2]
def change
add_column :accounts, :suspension_origin, :integer
end
end