gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: change column name


From: gnunet
Subject: [libeufin] branch master updated: change column name
Date: Mon, 29 Jun 2020 15:29:46 +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 b878371  change column name
b878371 is described below

commit b8783710556fb3eb7992a7d221d5eee60afe6a11
Author: MS <ms@taler.net>
AuthorDate: Mon Jun 29 15:29:41 2020 +0200

    change column name
---
 nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt               | 2 +-
 nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt | 1 +
 2 files 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 9d58ed2..07ff6f6 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
@@ -211,7 +211,7 @@ class PaymentInitiationEntity(id: EntityID<Long>) : 
LongEntity(id) {
  * The bank account label (as assigned by the bank) is the primary key.
  */
 object OfferedBankAccountsTable : Table() {
-    val offeredAccountId = text("id")
+    val offeredAccountId = text("offeredAccountId")
     val bankConnection = reference("bankConnection", NexusBankConnectionsTable)
     val iban = text("iban")
     val bankCode = text("bankCode")
diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
index f515083..b09fc6b 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsNexus.kt
@@ -358,6 +358,7 @@ suspend fun ebicsFetchAccounts(connId: String, client: 
HttpClient) {
                                 reason = "bank gave no BIC"
                             )
                         newRow[bankConnection] = 
requireBankConnectionInternal(connId).id
+                        newRow[offeredAccountId] = accountInfo.id
                     }
                 }
             }

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