2023-11-19 03:51:45 +00:00
|
|
|
# For documentation on how to configure this file,
|
|
|
|
# see https://diesel.rs/guides/configuring-diesel-cli
|
|
|
|
|
2023-04-02 16:08:36 +00:00
|
|
|
[print_schema]
|
|
|
|
file = "src/schema.rs"
|
2023-11-19 03:51:45 +00:00
|
|
|
custom_type_derives = ["diesel::query_builder::QueryId"]
|
2023-04-02 16:08:36 +00:00
|
|
|
|
|
|
|
[migrations_directory]
|
2023-11-19 03:51:45 +00:00
|
|
|
dir = "migrations"
|