From 4049b497e60c84be50b418e8cc50aedea730fead Mon Sep 17 00:00:00 2001 From: Nithin N <57832822+Nithin1506200@users.noreply.github.com> Date: Thu, 5 Mar 2026 16:20:24 +0530 Subject: [PATCH] chore(migrations): fix typo (#11431) Co-authored-by: nithin --- .../down.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2_compatible_migrations/2025-04-02-051959_add_network_error_info_in_payment_attempt/down.sql b/v2_compatible_migrations/2025-04-02-051959_add_network_error_info_in_payment_attempt/down.sql index 9062aedd31..08b4364bdd 100644 --- a/v2_compatible_migrations/2025-04-02-051959_add_network_error_info_in_payment_attempt/down.sql +++ b/v2_compatible_migrations/2025-04-02-051959_add_network_error_info_in_payment_attempt/down.sql @@ -1,4 +1,4 @@ ALTER TABLE payment_attempt DROP COLUMN IF EXISTS network_advice_code, -DROP COLUMN IF EXISTS networ_decline_code, +DROP COLUMN IF EXISTS network_decline_code, DROP COLUMN IF EXISTS network_error_message; \ No newline at end of file