mastodon/db/migrate/20190512200918_add_content_...

6 lines
134 B
Ruby

class AddContentTypeToStatuses < ActiveRecord::Migration[5.2]
def change
add_column :statuses, :content_type, :string
end
end