Update for db

This commit is contained in:
2025-06-16 08:03:02 +02:00
parent 15d8f488d6
commit 6e7ac29a27
9 changed files with 229 additions and 2 deletions

9
diesel.toml Normal file
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/db/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId", "Clone"]
[migrations_directory]
dir = "/home/stefan/projects/rust/no-man-sky-wiki/migrations"