This commit is contained in:
2026-08-04 13:06:50 -06:00
parent 5a6cb93bab
commit a2404d294e
18 changed files with 1123 additions and 22 deletions
+9
View File
@@ -0,0 +1,9 @@
# 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", "Clone"]
[migrations_directory]
dir = "migrations"