We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our voucher table is missing the following indexes which is impacting performance in production:
voucher
reference_uuid
Our voucher_item table is missing the following indexes which is impacting performance in production:
voucher_item
document_uuid
entity_uuid
These need to be urgently addressed.
The text was updated successfully, but these errors were encountered:
fix(db): add voucher indexes
d4c7d5c
This commit adds indexes to the voucher tables. Affected columns: 1. `voucher.reference_uuid` 2. `voucher_item.document_uuid` 3. `voucher_item.entity_uuid` Closes Third-Culture-Software#1455.
f17b93e
This commit adds indexes to the voucher tables. Affected columns: 1. `voucher.reference_uuid` 2. `voucher_item.document_uuid` 3. `voucher_item.entity_uuid` Closes #1455.
No branches or pull requests
Our
voucher
table is missing the following indexes which is impacting performance in production:reference_uuid
.Our
voucher_item
table is missing the following indexes which is impacting performance in production:document_uuid
entity_uuid
These need to be urgently addressed.
The text was updated successfully, but these errors were encountered: