1 changed files with 2 additions and 2 deletions
@ -1,6 +1,6 @@ |
|||||||
class RemoveDocumentTypeAndDocumentIdInDoctrines < ActiveRecord::Migration[6.1] |
class RemoveDocumentTypeAndDocumentIdInDoctrines < ActiveRecord::Migration[6.1] |
||||||
def up |
def up |
||||||
remove_column :doctrines, :document_type, :string |
safety_assured { remove_column :doctrines, :document_type, :string } |
||||||
remove_column :doctrines, :document_id, :integer |
safety_assured { remove_column :doctrines, :document_id, :integer } |
||||||
end |
end |
||||||
end |
end |
||||||
|
|||||||
Loading…
Reference in new issue