server/diesel.toml

12 lines
352 B
TOML
Raw Normal View History

2024-05-02 11:48:45 +02:00
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "src/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId"]
import_types = ["diesel::sql_types::*", "postgis_diesel::sql_types::*"]
2024-05-10 11:40:25 +02:00
patch_file = "patches/schema.patch"
2024-05-02 11:48:45 +02:00
[migrations_directory]
dir = "migrations"