2020-12-01 21:32:16 +00:00
|
|
|
# For documentation on how to configure this file,
|
|
|
|
# see diesel.rs/guides/configuring-diesel-cli
|
|
|
|
|
|
|
|
[print_schema]
|
|
|
|
file = "src/schema.rs"
|
2020-12-08 21:15:38 +00:00
|
|
|
import_types = ["diesel::sql_types::*", "crate::models::characters::*"]
|
|
|
|
patch_file = "src/schema.patch"
|