7 lines
No EOL
229 B
TOML
7 lines
No EOL
229 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::*", "crate::db_types::*"]
|
|
patch_file = "src/schema.patch" |