chore: organize diagrams in different folders

This commit is contained in:
Laurence Isla
2024-06-26 11:33:04 -05:00
parent ecf9d56c91
commit 5acb29ce94
12 changed files with 9 additions and 9 deletions
+18
View File
@@ -0,0 +1,18 @@
# Build using: -e ortho
entity {font: "FreeSans"}
relationship {font: "FreeMono"}
[Users]
*id
first_name
last_name
username
[Subscriptions]
*+subscriber_id
*+subscribed_id
type
Users 1--* Subscriptions
Subscriptions *--1 Users