1767df33b0
Re-generate the schema using `bin/rake erd`. NB: there's a way to update the PDF automatically after each migration. But it requires `graphviz` to be installed locally, which I'm not sure I want to require by default.
8 lines
204 B
Markdown
8 lines
204 B
Markdown
## database_models.pdf
|
|
|
|
The database models document is generated using the `rails-erd` gem.
|
|
|
|
To update the generated PDF file:
|
|
|
|
1. Install `graphviz` (e.g. `brew install graphviz`)
|
|
2. Run `bin/rake erd`
|