mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-12-05 18:46:43 -06:00
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in> Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
9 lines
324 B
TOML
9 lines
324 B
TOML
# For documentation on how to configure this file,
|
|
# see diesel.rs/guides/configuring-diesel-cli
|
|
|
|
# use a separate file for schema of api v2
|
|
[print_schema]
|
|
file = "crates/diesel_models/src/schema_v2.rs"
|
|
import_types = ["diesel::sql_types::*", "crate::enums::diesel_exports::*"]
|
|
generate_missing_sql_type_definitions = false
|