This avoids some merge conflicts to allow git blame to detect renames properly.
19 lines
231 B
Plaintext
19 lines
231 B
Plaintext
# 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
|