commit b42fc3221e789540f1a182e3e851c962106ddf61 parent 8de41a30c2dc01f2f7f0d5ab7e74a10651437bf8 Author: ms <ms@taler.net> Date: Fri, 17 Sep 2021 17:30:59 +0200 comment Diffstat:
| M | sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt @@ -104,6 +104,12 @@ class SandboxConfigEntity(id: EntityID<Long>) : LongEntity(id) { var hostname by SandboxConfigsTable.hostname } +/** + * Currently, this entity is never associated with a bank account, + * as those get only paired with Ebics subscribers! Eventually, a + * Ebics subscriber should map to a SandboxUserEntity that in turn + * will own bank accounts. + */ object SandboxUsersTable : LongIdTable() { val username = text("username") val passwordHash = text("password")