gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: fixme


From: gnunet
Subject: [libeufin] branch master updated: fixme
Date: Mon, 22 Jun 2020 16:30:53 +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 17c7306  fixme
17c7306 is described below

commit 17c7306a4543afa733d1710099124bd9eaddfd20
Author: MS <ms@taler.net>
AuthorDate: Mon Jun 22 16:30:37 2020 +0200

    fixme
---
 nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt 
b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
index cf79fc3..38edc44 100644
--- a/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
+++ b/nexus/src/main/kotlin/tech/libeufin/nexus/DB.kt
@@ -218,6 +218,8 @@ class PaymentInitiationEntity(id: EntityID<Long>) : 
LongEntity(id) {
  */
 object RawHTDResponsesTable : IdTable<String>() {
     // the bank-connection that was used to download this data.
+    // FIXME: this column should be made a foreign key.
+    // FIXME: change this table name to something like "offered bank accounts"
     override val id = text("id").entityId()
     val htdResponse = text("htdResponse")
 }

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