Skip to content

Commit 64b91f8

Browse files
authored
Merge pull request #1310 from lightninglabs/aggregate-stats-performance
tapdb: fix performance of aggregate stats
2 parents 78db2a6 + c596ee2 commit 64b91f8

15 files changed

+492
-433
lines changed

sqlc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ sql:
88
out: tapdb/sqlc
99
package: sqlc
1010
emit_interface: true
11+
emit_exported_queries: true

tapdb/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
// daemon.
2323
//
2424
// NOTE: This MUST be updated when a new migration is added.
25-
LatestMigrationVersion = 26
25+
LatestMigrationVersion = 27
2626
)
2727

2828
// MigrationTarget is a functional option that can be passed to applyMigrations

tapdb/sqlc/addrs.sql.go

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)