summaryrefslogtreecommitdiff
path: root/diesel.toml
blob: 07f4552f2be8b67644ff79bdf154d0b372a6b0d8 (plain)
1
2
3
4
5
6
7
8
9
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli

[print_schema]
file = "schist_core/schist_models/src/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]

[migrations_directory]
dir = "schist_core/schist_models/migrations"