aboutsummaryrefslogtreecommitdiff
path: root/src/types/dbTypes.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-13 13:10:20 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-13 13:10:20 +0100
commit04a60770ee6a282f4833b8bfe72525ea36b8e295 (patch)
treeefb2289bec715369ada44624a134cdc15f395295 /src/types/dbTypes.ts
parentf3329ecf062b217b2e062b92034152f623685a87 (diff)
downloadwallet-core-04a60770ee6a282f4833b8bfe72525ea36b8e295.tar.gz
wallet-core-04a60770ee6a282f4833b8bfe72525ea36b8e295.tar.bz2
wallet-core-04a60770ee6a282f4833b8bfe72525ea36b8e295.zip
new history schema
Diffstat (limited to 'src/types/dbTypes.ts')
-rw-r--r--src/types/dbTypes.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/types/dbTypes.ts b/src/types/dbTypes.ts
index ce2bb4109..6a00a497d 100644
--- a/src/types/dbTypes.ts
+++ b/src/types/dbTypes.ts
@@ -43,14 +43,6 @@ import {
getTimestampNow,
} from "./walletTypes";
-/**
- * Current database version, should be incremented
- * each time we do incompatible schema changes on the database.
- * In the future we might consider adding migration functions for
- * each version increment.
- */
-export const WALLET_DB_VERSION = 28;
-
export enum ReserveRecordStatus {
/**
* Waiting for manual confirmation.