Skip to content

Commit

Permalink
docs(blueprint): add table to include formula in collections
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Aug 10, 2024
1 parent b0bbec4 commit c1b556b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion blueprint/erd.dot
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,34 @@ digraph {
</table>
>
]
collected_formula [
label = <
<table cellspacing="0" border="0" cellborder="1">
<tr>
<td colspan="3" bgcolor="darkslategray">
<font color="white">
Collected Formula
</font>
</td>
</tr>
<tr>
<td>PK</td>
<td align="left">id</td>
<td align="left">bigint</td>
</tr>
<tr>
<td>FK</td>
<td align="left">collections_id</td>
<td align="left">bigint</td>
</tr>
<tr>
<td>FK</td>
<td align="left">formula_id</td>
<td align="left">bigint</td>
</tr>
</table>
>
]
formula [
label = <
<table cellspacing="0" border="0" cellborder="1">
Expand Down Expand Up @@ -800,7 +828,9 @@ digraph {
frozen_periods -> flow_calculations
accounts -> flow_calculations
accounts -> collected_accounts
formula -> collected_formula
collections -> collected_accounts
collections -> collected_formula
collections -> collection_operands
}

Expand Down Expand Up @@ -831,6 +861,7 @@ digraph {
interval_events
timeout_events
event_started_times
collected_formula
}

{
Expand All @@ -842,7 +873,6 @@ digraph {

{
rank = same;
// currencies
events
cash_flow_activities
frozen_periods
Expand Down
Binary file modified blueprint/erd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c1b556b

Please sign in to comment.