gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: create table


From: gnunet
Subject: [libeufin] branch master updated: create table
Date: Thu, 04 Feb 2021 00:19:51 +0100

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

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new ddff58c  create table
ddff58c is described below

commit ddff58cf3e94873bc170dbbaff41ffe0fbc78f87
Author: MS <ms@taler.net>
AuthorDate: Thu Feb 4 00:19:48 2021 +0100

    create table
---
 nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
index de52fe5..02721d3 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
@@ -477,10 +477,11 @@ fun dbCreateTables(dbConnectionString: String) {
             NexusBankTransactionsTable,
             TalerIncomingPaymentsTable,
             TalerRequestedPaymentsTable,
+            TalerFacadeStateTable,
+            TalerInvalidIncomingPaymentsTable,
             NexusBankConnectionsTable,
             NexusBankMessagesTable,
             FacadesTable,
-            TalerFacadeStateTable,
             NexusScheduledTasksTable,
             OfferedBankAccountsTable,
             NexusScheduledTasksTable,

-- 
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]