| 1 | # For documentation on how to configure this file, |
| 2 | # see https://diesel.rs/guides/configuring-diesel-cli |
| 3 | |
| 4 | [print_schema] |
| 5 | file = "crates/database/src/schema.rs" |
| 6 | custom_type_derives = ["diesel::query_builder::QueryId", "Clone"] |
| 7 | |
| 8 | [migrations_directory] |
| 9 | dir = "crates/database/migrations" |