gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: do drop new tables


From: gnunet
Subject: [libeufin] branch master updated: do drop new tables
Date: Sat, 14 Jan 2023 10:50:33 +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 b714f8cd do drop new tables
b714f8cd is described below

commit b714f8cd1db112295dae54d9599f96d777d023ac
Author: MS <ms@taler.net>
AuthorDate: Sat Jan 14 10:49:56 2023 +0100

    do drop new tables
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
index ec8fe1a9..f1eba15a 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
@@ -513,7 +513,9 @@ fun dbDropTables(dbConnectionString: String) {
             BankAccountReportsTable,
             BankAccountStatementsTable,
             DemobankConfigsTable,
-            TalerWithdrawalsTable
+            TalerWithdrawalsTable,
+            DemobankCustomersTable,
+            CashoutOperationsTable
         )
     }
 }

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