buster/apps/api/diesel.toml

12 lines
330 B
TOML
Raw Permalink Normal View History

2025-01-04 05:32:54 +08:00
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
2025-02-19 02:12:29 +08:00
file = "libs/database/src/schema.rs"
2025-01-04 05:32:54 +08:00
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
filter = { except_tables = ["asset_search", "terms_search"] }
[migrations_directory]
dir = "migrations"