phonograph/diesel.toml
2025-05-13 00:02:33 -07:00

9 lines
254 B
TOML

# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "do_not_use.txt"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
[migrations_directory]
dir = "migrations"