remove wrong migration file

This commit is contained in:
Tanmay Deep Sharma
2025-06-24 09:04:04 +05:30
parent b9d022ab68
commit 3854895a13
@@ -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