fj-pages/diesel.toml
mrrpnya 7d0e1d2c73
Some checks failed
Run tests / cargo_test (push) Failing after 3m5s
Run tests / cargo_clippy (push) Failing after 3m4s
Run tests / cargo_fmt (push) Failing after 3m3s
initial
2025-02-01 18:58:32 -08:00

9 lines
278 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", "Clone"]
[migrations_directory]
dir = "/home/aces/forgejo-pages/migrations"