demarches-normaliennes/doc/README.md
Pierre de La Morinerie 1767df33b0 doc: add a visualization of the database models
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.
2020-08-27 12:02:28 +02:00

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`