Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(indexes): add indexes to trans_id columns
Many of our queries use the `trans_id` for convenience .. it's easier than shipping the record_uuid to/from the client. It's important to have an index on it to speed up queries for the trial balance and so on. Contributes to #1388.
- Loading branch information