mirror of
https://github.com/glitch-soc/mastodon
synced 2025-09-14 03:11:12 +00:00
5 lines
149 B
Ruby
5 lines
149 B
Ruby
class AddProcessingToMediaAttachments < ActiveRecord::Migration[5.2]
|
|
def change
|
|
add_column :media_attachments, :processing, :integer
|
|
end
|
|
end
|