chatwoot-develop/db/migrate/20250108211541_remove_index_from_captain_assistants.rb

6 lines
169 B
Ruby
Executable File

class RemoveIndexFromCaptainAssistants < ActiveRecord::Migration[7.0]
def change
remove_index :captain_assistants, [:account_id, :name], if_exists: true
end
end