gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Creating missing Sandbox table.


From: gnunet
Subject: [libeufin] branch master updated: Creating missing Sandbox table.
Date: Mon, 12 Jun 2023 16:52:47 +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 1fe2687a Creating missing Sandbox table.
1fe2687a is described below

commit 1fe2687aaf696c8566367fe7ed082f1d78e6b78d
Author: MS <ms@taler.net>
AuthorDate: Mon Jun 12 16:51:49 2023 +0200

    Creating missing Sandbox table.
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
index d9fb393b..bacb4149 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
@@ -672,6 +672,7 @@ fun dbDropTables(dbConnectionString: String) {
         SchemaUtils.drop(
             CashoutSubmissionsTable,
             EbicsSubscribersTable,
+            EbicsSubscriberPublicKeysTable,
             EbicsHostsTable,
             EbicsDownloadTransactionsTable,
             EbicsUploadTransactionsTable,
@@ -700,6 +701,7 @@ fun dbCreateTables(dbConnectionString: String) {
             DemobankConfigsTable,
             DemobankConfigPairsTable,
             EbicsSubscribersTable,
+            EbicsSubscriberPublicKeysTable,
             EbicsHostsTable,
             EbicsDownloadTransactionsTable,
             EbicsUploadTransactionsTable,

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