mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-12-05 18:46:43 -06:00
9 lines
326 B
TOML
9 lines
326 B
TOML
# For documentation on how to configure this file,
|
|
# see diesel.rs/guides/configuring-diesel-cli
|
|
|
|
[print_schema]
|
|
file = "crates/diesel_models/src/schema.rs"
|
|
import_types = ["diesel::sql_types::*", "crate::enums::diesel_exports::*"]
|
|
generate_missing_sql_type_definitions = false
|
|
patch_file="crates/diesel_models/drop_id.patch"
|