diff --git a/enterprise/db/migrate/20250623_add_document_type_and_file_to_captain_documents.rb b/enterprise/db/migrate/20250623_add_document_type_and_file_to_captain_documents.rb deleted file mode 100644 index 989596674..000000000 --- a/enterprise/db/migrate/20250623_add_document_type_and_file_to_captain_documents.rb +++ /dev/null @@ -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 \ No newline at end of file