Skip to content

Commit

Permalink
docs(blueprint): link cash flow category to modifiers instead
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed May 20, 2024
1 parent 472e4fe commit 7e75608
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions blueprint/erd.dot
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,6 @@ digraph {
<td align="left">currency_id</td>
<td align="left">bigint</td>
</tr>
<tr>
<td>FK</td>
<td align="left">increase_cash_flow_category_id</td>
<td align="left">nullable bigint</td>
</tr>
<tr>
<td>FK</td>
<td align="left">decrease_cash_flow_category_id</td>
<td align="left">nullable bigint</td>
</tr>
<tr>
<td></td>
<td align="left">
Expand Down Expand Up @@ -306,6 +296,16 @@ digraph {
<td align="left">credit_account_id</td>
<td align="left">bigint</td>
</tr>
<tr>
<td>FK</td>
<td align="left">debit_cash_flow_category_id</td>
<td align="left">bigint</td>
</tr>
<tr>
<td>FK</td>
<td align="left">credit_cash_flow_category_id</td>
<td align="left">bigint</td>
</tr>
<tr>
<td></td>
<td align="left">
Expand Down Expand Up @@ -565,7 +565,7 @@ digraph {
]

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

{
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 7e75608

Please sign in to comment.