mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-11-17 13:34:16 +00:00
6 lines
145 B
Ruby
6 lines
145 B
Ruby
|
|
class AddSuspensionOriginToAccounts < ActiveRecord::Migration[5.2]
|
||
|
|
def change
|
||
|
|
add_column :accounts, :suspension_origin, :integer
|
||
|
|
end
|
||
|
|
end
|