-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(settlements): feature#2234 add default settlements (#324)
Changes: * Added CGS and Rules functionality flows into settlements * Added default settlement model
- Loading branch information
Showing
30 changed files
with
5,125 additions
and
2,440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -259,4 +259,4 @@ workflows: | |
only: /v[0-9]+(\.[0-9]+)*/ | ||
branches: | ||
ignore: | ||
- /.*/ | ||
- /.*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
mojaloop-technical-overview/central-ledger/assets/database/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# How to EDIT the central-ledger-schema-DBeaver.erd file | ||
|
||
This is a basic guide on how to successfully view/update the central-ledger-schema-DBeaver.erd file. | ||
|
||
## Prerequisites | ||
* Download and install the DBeaver Community DB Manager | ||
* The Mojaloop Central-Ledger MySQL Database needs to be up and running, and connectable by the DBeaver | ||
* You'll also need a text editor | ||
## Steps to follow | ||
* Create a new db connection in DBeaver under Database Navigator tab for the MySQL instance running. | ||
* Under the Projects tab right click and create a New ER Diagram. | ||
* Give the diagram a name and select central-ledger db in the wizard. | ||
|
||
* Copy the `central-ledger-schema-DBeaver.erd` file from the documentation module to `DBeaverData/workspace/General/Diagrams` in your DBeaver storage location | ||
* Navigate to the newly created erd file using a text editor, search for `data-source id` and copy its value which looks like `mysql5-171ea991174-1218b6e1bf273693`. | ||
* Navigate with a text editor to the `central-ledger-schema-DBeaver.erd` file in the ER Diagrams directory and replace its `data-source id` value with the one copied from the newly created erd file. | ||
* The `central-ledger-schema-DBeaver.erd` should now show the tables as per the `central-ledger-schema.png` |
636 changes: 507 additions & 129 deletions
636
mojaloop-technical-overview/central-ledger/assets/database/central-ledger-schema-DBeaver.erd
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+415 KB
(400%)
...oop-technical-overview/central-ledger/assets/database/central-ledger-schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.