chore(migrations): fix typo (#11431)

Co-authored-by: nithin <nithin.n@juspay.in>
This commit is contained in:
Nithin N
2026-03-05 16:20:24 +05:30
committed by GitHub
parent 3c82b5434e
commit 4049b497e6

View File

@@ -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;