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