Replace literal SQL with Diesel abstractions
This commit is contained in:
8
diesel.toml
Normal file
8
diesel.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[migrations_directory]
|
||||
dir = "crates/bds-core/migrations"
|
||||
|
||||
[print_schema]
|
||||
file = "crates/bds-core/src/db/schema.rs"
|
||||
patch_file = "crates/bds-core/src/db/schema.patch"
|
||||
with_docs = false
|
||||
filter = { except_tables = ["posts_fts", "media_fts"] }
|
||||
Reference in New Issue
Block a user