libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

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

fixme

Diffstat:
Mnexus/src/main/kotlin/tech/libeufin/nexus/DB.kt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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") }