ordabok/diesel.toml

9 lines
190 B
TOML
Raw Permalink Normal View History

2023-01-03 14:16:10 +00:00
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
2023-01-03 15:11:43 +00:00
file = "src/db/schema.rs"
2023-01-03 14:16:10 +00:00
[migrations_directory]
dir = "migrations"