1
Fork 0
tirocinio-canali-steffo-acrate/acrate_database/diesel.toml

10 lines
262 B
TOML
Raw Permalink Normal View History

2024-11-08 23:44:14 +00:00
# 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", "Debug"]
[migrations_directory]
2024-11-09 08:40:38 +00:00
dir = "migrations"