gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fix warning


From: gnunet
Subject: [libeufin] branch master updated: fix warning
Date: Thu, 12 Dec 2019 14:23:00 +0100

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 81901d7  fix warning
81901d7 is described below

commit 81901d7b151ff9535e277f0588b1b59a116e1ee8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Dec 12 14:22:53 2019 +0100

    fix warning
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt | 2 +-
 1 file changed, 1 insertion(+), 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 9a43896..7b899bd 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
@@ -373,7 +373,7 @@ fun dbCreateTables() {
 
     transaction {
 
-        SchemaUtils.createMissingTablesAndColumns(
+        SchemaUtils.create(
             BankTransactionsTable,
             BankCustomersTable,
             EbicsSubscribersTable,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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