2020-03-27 12:17:27 +01:00
|
|
|
# For documentation on how to configure this file,
|
|
|
|
# see diesel.rs/guides/configuring-diesel-cli
|
|
|
|
|
|
|
|
[print_schema]
|
|
|
|
file = "src/schema.rs"
|
2020-04-01 13:29:43 +02:00
|
|
|
import_types = ["diesel::sql_types::*", "jirs_data::sql::*"]
|
|
|
|
with_docs = true
|
2020-04-02 19:38:52 +02:00
|
|
|
patch_file = "./src/schema.patch"
|