aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/util
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-01-11 14:19:24 +0100
committerFlorian Dold <florian@dold.me>2023-01-11 14:19:24 +0100
commit668d7a213e21a776958d985b0758495d967d9f73 (patch)
tree2bef5a53c28be5f9d996e5dc7ed3833e89338de8 /packages/taler-wallet-core/src/util
parenta82d8fab696d3fca24c2f1c48a1646107e38cef8 (diff)
downloadwallet-core-668d7a213e21a776958d985b0758495d967d9f73.tar.xz
wallet-core: implement database fixups
Diffstat (limited to 'packages/taler-wallet-core/src/util')
-rw-r--r--packages/taler-wallet-core/src/util/query.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/util/query.ts b/packages/taler-wallet-core/src/util/query.ts
index 9e960821d..4eb354f3e 100644
--- a/packages/taler-wallet-core/src/util/query.ts
+++ b/packages/taler-wallet-core/src/util/query.ts
@@ -303,7 +303,7 @@ export interface StoreOptions {
autoIncrement?: boolean;
/**
- * Database version that this store was added in, or
+ * First minor database version that this store was added in, or
* undefined if added in the first version.
*/
versionAdded?: number;