mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor(core): change primary key of refund table (#5367)
This commit is contained in:
@ -1099,7 +1099,7 @@ diesel::table! {
|
||||
use diesel::sql_types::*;
|
||||
use crate::enums::diesel_exports::*;
|
||||
|
||||
refund (id) {
|
||||
refund (merchant_id, refund_id) {
|
||||
id -> Int4,
|
||||
#[max_length = 64]
|
||||
internal_reference_id -> Varchar,
|
||||
|
||||
@ -1097,7 +1097,7 @@ diesel::table! {
|
||||
use diesel::sql_types::*;
|
||||
use crate::enums::diesel_exports::*;
|
||||
|
||||
refund (id) {
|
||||
refund (merchant_id, refund_id) {
|
||||
id -> Int4,
|
||||
#[max_length = 64]
|
||||
internal_reference_id -> Varchar,
|
||||
|
||||
Reference in New Issue
Block a user