gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Add new table to create and drop funct


From: gnunet
Subject: [libeufin] branch master updated: Add new table to create and drop functions.
Date: Sat, 18 Sep 2021 13:01:08 +0200

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 3f312b7  Add new table to create and drop functions.
3f312b7 is described below

commit 3f312b7d402f6bdcc8a9ff9124c753c413d6e46c
Author: ms <ms@taler.net>
AuthorDate: Sat Sep 18 13:00:51 2021 +0200

    Add new table to create and drop functions.
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
index 021c231..45b0f66 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
@@ -455,7 +455,8 @@ fun dbDropTables(dbConnectionString: String) {
             BankAccountReportsTable,
             BankAccountStatementsTable,
             SandboxConfigsTable,
-            SandboxUsersTable
+            SandboxUsersTable,
+            TalerWithdrawalsTable
         )
     }
 }
@@ -477,7 +478,8 @@ fun dbCreateTables(dbConnectionString: String) {
             BankAccountFreshTransactionsTable,
             BankAccountsTable,
             BankAccountReportsTable,
-            BankAccountStatementsTable
+            BankAccountStatementsTable,
+            TalerWithdrawalsTable
         )
     }
 }

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