planetwars.dev/planetwars-server/diesel.toml

7 lines
229 B
TOML
Raw Normal View History

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::*"]
patch_file = "src/schema.patch"