2021-12-13 15:43:47 +01:00
|
|
|
# For documentation on how to configure this file,
|
|
|
|
# see diesel.rs/guides/configuring-diesel-cli
|
|
|
|
|
|
|
|
[print_schema]
|
|
|
|
file = "src/schema.rs"
|
2022-01-03 23:33:00 +01:00
|
|
|
import_types = ["diesel::sql_types::*", "crate::db_types::*"]
|
2022-01-03 23:44:01 +01:00
|
|
|
patch_file = "src/schema.patch"
|