From 3854895a137cd5e7ffcff9a1b3b511ee966aa7f2 Mon Sep 17 00:00:00 2001 From: Tanmay Deep Sharma Date: Tue, 24 Jun 2025 09:04:04 +0530 Subject: [PATCH] remove wrong migration file --- ...50623_add_document_type_and_file_to_captain_documents.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 enterprise/db/migrate/20250623_add_document_type_and_file_to_captain_documents.rb 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