Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28 from daliwei/dw/fix_orbital_index
Browse files Browse the repository at this point in the history
Fix schema index name overflow limitation issue
  • Loading branch information
pierre committed Mar 8, 2019
2 parents 62f9186 + 3789196 commit 257d844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.rb
Expand Up @@ -134,5 +134,5 @@

add_index(:orbital_responses, [:kb_payment_id, :kb_tenant_id])
add_index(:orbital_responses, [:params_tx_ref_num, :kb_tenant_id])
add_index(:orbital_responses, [:kb_payment_transaction_id, :kb_tenant_id])
add_index(:orbital_responses, [:kb_payment_transaction_id, :kb_tenant_id], :name => 'index_orbital_responses_kb_payment_txn_id_kb_tenant_id')
end

0 comments on commit 257d844

Please sign in to comment.