1
0
Fork 0
forked from gitea/glitch-bird

Delete 20190512200918_add_content_type_to_statuses.rb

This commit is contained in:
iVPS 2023-06-11 16:26:35 +00:00
parent 1614c8bb35
commit 7f327fbbac

View file

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