2024-11-27 23:01:46 +00:00
|
|
|
# For documentation on how to configure this file,
|
|
|
|
# see https://diesel.rs/guides/configuring-diesel-cli
|
|
|
|
|
|
|
|
[print_schema]
|
2024-11-29 11:56:23 +00:00
|
|
|
file = "src/database/schema.rs"
|
2024-11-27 23:01:46 +00:00
|
|
|
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
|
|
|
|
|
|
|
|
[migrations_directory]
|
2024-11-28 11:24:15 +00:00
|
|
|
dir = "./migrations"
|