moov-io / accounts

accounts - General Ledger and financial account service with an HTTP API
https://moov.io
Apache License 2.0
48 stars 14 forks source link

database: add indexes for transaction_lines #92

Closed adamdecaf closed 4 years ago

adamdecaf commented 4 years ago

might help with https://github.com/moov-io/accounts/issues/82

codecov-commenter commented 4 years ago

Codecov Report

Merging #92 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #92   +/-   ##
=======================================
  Coverage   61.01%   61.01%           
=======================================
  Files          10       10           
  Lines         767      767           
=======================================
  Hits          468      468           
  Misses        210      210           
  Partials       89       89           
Impacted Files Coverage Δ
cmd/server/database/mysql.go 62.92% <ø> (ø)
cmd/server/database/sqlite.go 66.66% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update daa4078...85a2d43. Read the comment docs.