11 lines
383 B
TOML
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"
|