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