2023-11-29 12:55:56 +00:00
|
|
|
# For documentation on how to configure this file,
|
|
|
|
# see https://diesel.rs/guides/configuring-diesel-cli
|
|
|
|
|
|
|
|
[print_schema]
|
2023-12-31 22:50:58 +00:00
|
|
|
file = "src/storage/diesel_db/postgres.rs"
|
2023-11-29 12:55:56 +00:00
|
|
|
custom_type_derives = ["diesel::query_builder::QueryId"]
|
|
|
|
|
|
|
|
[migrations_directory]
|
2023-12-31 22:50:58 +00:00
|
|
|
dir = "migrations/postgres"
|