Skip to content

Commit 98d6b72

Browse files
committed
tapdb: add support for RFQ policy persistence.
Adds a new rfq_policies table and store allowing persistence of sale and purchase policies.
1 parent 694f4bf commit 98d6b72

File tree

9 files changed

+791
-1
lines changed

9 files changed

+791
-1
lines changed

tapdb/migrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const (
2424
// daemon.
2525
//
2626
// NOTE: This MUST be updated when a new migration is added.
27-
LatestMigrationVersion = 47
27+
LatestMigrationVersion = 49
2828
)
2929

3030
// DatabaseBackend is an interface that contains all methods our different

0 commit comments

Comments
 (0)