sqldb: add a temporary index to store KV invoice hash to ID mapping

This commit is contained in:
Andras Banki-Horvath
2024-09-11 14:14:25 +02:00
parent 3820497d7f
commit b7d743929d
7 changed files with 109 additions and 0 deletions

View File

@@ -56,6 +56,11 @@ var (
Version: 5,
SchemaVersion: 5,
},
{
Name: "000006_invoice_migration",
Version: 6,
SchemaVersion: 6,
},
}
)