9 lines
248 B
TOML
9 lines
248 B
TOML
# For documentation on how to configure this file,
|
|
# see diesel.rs/guides/configuring-diesel-cli
|
|
|
|
[print_schema]
|
|
file = "src/schema.rs"
|
|
import_types = ["diesel::sql_types::*", "jirs_data::sql::*"]
|
|
with_docs = true
|
|
patch_file = "./src/schema.patch"
|