gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: wallet-core: remember applied


From: gnunet
Subject: [taler-wallet-core] branch master updated: wallet-core: remember applied DB fixups
Date: Wed, 11 Jan 2023 14:20:27 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new afd6f48b5 wallet-core: remember applied DB fixups
afd6f48b5 is described below

commit afd6f48b5782c1b9c2eb682c7c29cc131026bd95
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jan 11 14:20:23 2023 +0100

    wallet-core: remember applied DB fixups
---
 packages/taler-wallet-core/src/db.ts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/packages/taler-wallet-core/src/db.ts 
b/packages/taler-wallet-core/src/db.ts
index ef44adc96..f3ef3aea5 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -2390,6 +2390,9 @@ export async function applyFixups(
       }
       logger.info(`applying DB fixup ${fixupInstruction.name}`);
       await fixupInstruction.fn(tx);
+      await tx.fixups.put({
+        fixupName: fixupInstruction.name,
+      });
     }
   });
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]