blob: 75de8bd14956e4f1b4cbae277df5a02aa45cacd5 (
plain)
1
2
3
4
5
6
7
|
# 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"
|