This avoids some merge conflicts to allow git blame to detect renames properly.
13 lines
166 B
Plaintext
13 lines
166 B
Plaintext
# Build using: -e ortho
|
|
|
|
entity {font: "FreeSans"}
|
|
relationship {font: "FreeMono"}
|
|
|
|
[Presidents]
|
|
*id
|
|
first_name
|
|
last_name
|
|
+predecessor_id
|
|
|
|
Presidents 1--? Presidents
|