mastodon/db/migrate/20220209175231_add_content_...

6 lines
141 B
Ruby
Raw Permalink Normal View History

2022-02-09 17:59:43 +01:00
class AddContentTypeToStatusEdits < ActiveRecord::Migration[6.1]
def change
add_column :status_edits, :content_type, :string
end
end