Skip to content

Commit

Permalink
docs(blueprint): rename cash flow group into category
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed May 11, 2024
1 parent f086c5e commit 36f3ebe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions blueprint/erd.dot
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ digraph {
</table>
>
]
cash_flow_groups [
cash_flow_categories [
label = <
<table cellspacing="0" border="0" cellborder="1">
<tr>
<td colspan="3" bgcolor="darkslategray">
<font color="white">
Cash Flow Groups
Cash Flow Categories
</font>
</td>
</tr>
Expand Down Expand Up @@ -125,7 +125,7 @@ digraph {
</tr>
<tr>
<td>FK</td>
<td align="left">cash_flow_group_id</td>
<td align="left">cash_flow_category_id</td>
<td align="left">nullable bigint</td>
</tr>
<tr>
Expand Down Expand Up @@ -540,7 +540,7 @@ digraph {
]

users -> currencies
users -> cash_flow_groups
users -> cash_flow_categories
currencies -> accounts
users -> events
accounts -> modifiers
Expand All @@ -560,7 +560,7 @@ digraph {
]

modifiers -> modifiers
cash_flow_groups -> accounts
cash_flow_categories -> accounts
}

{
Expand All @@ -584,7 +584,7 @@ digraph {
rank = same;
events
frozen_periods
cash_flow_groups
cash_flow_categories
}

{
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 36f3ebe

Please sign in to comment.