planetwars.dev/planetwars-server/diesel.toml

7 lines
229 B
TOML
Raw Permalink Normal View History

2021-12-13 14:43:47 +00: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 22:33:00 +00:00
import_types = ["diesel::sql_types::*", "crate::db_types::*"]
patch_file = "src/schema.patch"