mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
fix(frm): add new column frm_config instead of alterning the existing… (#1925)
This commit is contained in:
@ -424,10 +424,11 @@ diesel::table! {
|
||||
business_label -> Varchar,
|
||||
#[max_length = 64]
|
||||
business_sub_label -> Nullable<Varchar>,
|
||||
frm_configs -> Nullable<Array<Nullable<Jsonb>>>,
|
||||
frm_configs -> Nullable<Jsonb>,
|
||||
created_at -> Timestamp,
|
||||
modified_at -> Timestamp,
|
||||
connector_webhook_details -> Nullable<Jsonb>,
|
||||
frm_config -> Nullable<Array<Nullable<Jsonb>>>,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user