Update some database types and fix other config related issues

This commit is contained in:
Lol3rrr
2024-09-10 22:39:10 +02:00
parent 89a366ff52
commit 1bfcd64a3c
9 changed files with 33 additions and 49 deletions

View File

@@ -2,8 +2,5 @@
# see https://diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "src/schema.rs"
file = "backend/src/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
[migrations_directory]
dir = "/Users/leon/Documents/coding/rust/knifer/migrations"