Update for db

This commit is contained in:
2025-06-16 08:03:02 +02:00
parent 711c27967b
commit ed64cd886b
10 changed files with 230 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"