summaryrefslogtreecommitdiff
path: root/rust/schist_models/diesel.toml
blob: 2b8ebd88ca800ab11cea883ba239e1cfd4c32b69 (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 = "src/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]

[migrations_directory]
dir = "/home/joeac/src/schist/rust/schist_models/migrations"