Skip to content

Commit

Permalink
add index to proc_id
Browse files Browse the repository at this point in the history
  • Loading branch information
tycol7 committed Dec 18, 2024
1 parent 8a998c8 commit 464a8c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
class AddProcIdIndexToClaimsApiPowerOfAttorneyRequests < ActiveRecord::Migration[7.0]
disable_ddl_transaction!

def change
add_index :claims_api_power_of_attorney_requests, :proc_id, algorithm: :concurrently
end
end
3 changes: 2 additions & 1 deletion db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 464a8c2

Please sign in to comment.