Statuses 2

This commit is contained in:
InterSocial 2023-12-17 01:43:35 -05:00
parent 4b057098c3
commit 5b906b2884

View file

@ -2,6 +2,6 @@
class AddContentTypeToStatusEdits < ActiveRecord::Migration[6.1]
def change
add_column :status_edits, :content_type, :string
end
end