Run diesel setup

This commit is contained in:
2024-01-07 00:33:41 -05:00
parent a9a4f6b309
commit 043a56c275
3 changed files with 51 additions and 0 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/schema.rs"
custom_type_derives = ["diesel::query_builder::QueryId"]
[migrations_directory]
dir = "migrations"