remove wrong migration file
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
class AddDocumentTypeToCaptainDocuments < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :captain_documents, :document_type, :integer, default: 0, null: false
|
||||
add_index :captain_documents, :document_type
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user