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]
|
2021-01-06 18:47:54 +01:00
|
|
|
file = "actors/database-actor/src/schema.rs"
|
2021-01-07 23:34:36 +01:00
|
|
|
import_types = ["diesel::sql_types::*", "jirs_data::*"]
|
2020-04-01 13:29:43 +02:00
|
|
|
with_docs = true
|
2021-01-06 18:47:54 +01:00
|
|
|
patch_file = "./actors/database-actor/src/schema.patch"
|