1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 10:41:10 +00:00
ibis/diesel.toml

10 lines
261 B
TOML
Raw Normal View History

2023-11-29 15:41:29 +00:00
# For documentation on how to configure this file,
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
2024-11-11 15:02:48 +00:00
file = "src/backend/database/schema.rs"
2023-11-29 15:41:29 +00:00
custom_type_derives = ["diesel::query_builder::QueryId"]
[migrations_directory]
dir = "migrations"