trifid/trifid-api/diesel.toml
core 53c6fb18fd
Some checks failed
/ build (push) Failing after 49s
/ build_x64 (push) Successful in 2m26s
/ build_arm64 (push) Successful in 2m33s
/ build_win64 (push) Successful in 2m32s
new work
2023-11-18 22:51:45 -05:00

9 lines
244 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"]
[migrations_directory]
dir = "migrations"