You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ar...@apache.org on 2023/01/17 11:30:54 UTC

[fineract] branch develop updated: FINERACT-1724: Fix id type of LoanAccountDataV1

This is an automated email from the ASF dual-hosted git repository.

arnold pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1b1bbb0db FINERACT-1724: Fix id type of LoanAccountDataV1
1b1bbb0db is described below

commit 1b1bbb0db4158bf5a5a16593ea6bbd1439031253
Author: Adam Saghy <ad...@gmail.com>
AuthorDate: Tue Jan 17 10:32:43 2023 +0100

    FINERACT-1724: Fix id type of LoanAccountDataV1
---
 fineract-avro-schemas/src/main/avro/loan/v1/LoanAccountDataV1.avsc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-avro-schemas/src/main/avro/loan/v1/LoanAccountDataV1.avsc b/fineract-avro-schemas/src/main/avro/loan/v1/LoanAccountDataV1.avsc
index 1ce3178fa..6365b974c 100644
--- a/fineract-avro-schemas/src/main/avro/loan/v1/LoanAccountDataV1.avsc
+++ b/fineract-avro-schemas/src/main/avro/loan/v1/LoanAccountDataV1.avsc
@@ -8,7 +8,7 @@
             "name": "id",
             "type": [
                 "null",
-                "int"
+                "long"
             ]
         },
         {