chore: create justfile for running commands for v1 and v2 migrations (#5325)

Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
This commit is contained in:
Hrithikesh
2024-07-16 17:27:34 +05:30
committed by GitHub
parent f07689e75b
commit 23bfceb6c8
15 changed files with 1545 additions and 61 deletions

View File

@ -1140,6 +1140,7 @@ impl DataModelExt for PaymentAttempt {
fn to_storage_model(self) -> Self::StorageModel {
DieselPaymentAttempt {
id: None,
payment_id: self.payment_id,
merchant_id: self.merchant_id,
attempt_id: self.attempt_id,