mastodon/db/migrate/20220209175231_add_content_...

6 lines
141 B
Ruby

class AddContentTypeToStatusEdits < ActiveRecord::Migration[6.1]
def change
add_column :status_edits, :content_type, :string
end
end