1
0
Fork 0
forked from gitea/glitch-bird
revert Delete 20190512200918_add_content_type_to_statuses.rb
This commit is contained in:
iVPS 2023-06-11 16:28:05 +00:00
parent 7f327fbbac
commit 8444978d64

View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
class AddContentTypeToStatuses < ActiveRecord::Migration[5.2]
def change
add_column :statuses, :content_type, :string
end
end