9 lines
247 B
TOML
9 lines
247 B
TOML
# For documentation on how to configure this file,
|
|
# see https://diesel.rs/guides/configuring-diesel-cli
|
|
|
|
[print_schema]
|
|
file = "src/rust/schema.rs"
|
|
generate_missing_sql_type_definitions = false
|
|
|
|
[migrations_directory]
|
|
dir = "src/rust/migrations"
|