2024-08-31 12:21:59 +02:00
|
|
|
# For documentation on how to configure this file,
|
|
|
|
# see https://diesel.rs/guides/configuring-diesel-cli
|
|
|
|
|
|
|
|
[print_schema]
|
2025-03-08 19:09:43 +01:00
|
|
|
file = "tests/schema.rs"
|
2024-08-31 12:21:59 +02:00
|
|
|
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
|
|
|
|
|
|
|
|
[migrations_directory]
|
2025-03-07 18:21:23 +01:00
|
|
|
dir = "./migrations"
|