planetwars.dev/planetwars-server/diesel.toml

7 lines
229 B
TOML

# For documentation on how to configure this file,
# see diesel.rs/guides/configuring-diesel-cli
[print_schema]
file = "src/schema.rs"
import_types = ["diesel::sql_types::*", "crate::db_types::*"]
patch_file = "src/schema.patch"