gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Create DB tables


From: gnunet
Subject: [libeufin] branch master updated: Create DB tables
Date: Wed, 19 Aug 2020 12:18:36 +0200

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

heng-yeow pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 58308f3  Create DB tables
58308f3 is described below

commit 58308f3a8e61aa9530368cfdb9be0a69825116c2
Author: tanhengyeow <E0032242@u.nus.edu>
AuthorDate: Wed Aug 19 18:18:25 2020 +0800

    Create DB tables
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt | 4 +++-
 1 file changed, 3 insertions(+), 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 c5892f7..eb98a18 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/DB.kt
@@ -347,7 +347,9 @@ fun dbCreateTables(dbName: String) {
             EbicsUploadTransactionChunksTable,
             EbicsOrderSignaturesTable,
             BankAccountTransactionsTable,
-            BankAccountsTable
+            BankAccountsTable,
+            BankAccountReportsTable,
+            BankAccountStatementsTable
         )
     }
 }

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