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

11 lines
383 B
TOML

# 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"]
schema = "information_schema"
filter = { except_tables = ["sql_features", "sql_implementation_info", "sql_parts", "sql_sizing"] }
[migrations_directory]
dir = "migrations"