rust-lib/crates/tests/diesel.toml
Martin Berg Alstad f14543af6b
Some checks failed
Build & test / build (push) Has been cancelled
♻️ Removed Makefile, refactored schema in tests
2025-03-08 19:09:43 +01:00

10 lines
257 B
TOML

# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "tests/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
[migrations_directory]
dir = "./migrations"