trifid/trifid-api/diesel.toml

10 lines
244 B
TOML
Raw Normal View History

2023-11-18 22:51:45 -05:00
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
2023-04-02 12:08:36 -04:00
[print_schema]
file = "src/schema.rs"
2023-11-18 22:51:45 -05:00
custom_type_derives = ["diesel::query_builder::QueryId"]
2023-04-02 12:08:36 -04:00
[migrations_directory]
2023-11-18 22:51:45 -05:00
dir = "migrations"