From 2a0f5e760c00999c6b626749a058ed40e3f48443 Mon Sep 17 00:00:00 2001 From: Harkamal Randhawa Date: Mon, 30 Mar 2026 09:57:46 -0600 Subject: [PATCH] Fix migration versions --- ...backfill_user_accounts.sql => V12__backfill_user_accounts.sql} | 0 ...it_payment_method.sql => V13__remove_debit_payment_method.sql} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename backend/src/main/resources/db/migration/{V9__backfill_user_accounts.sql => V12__backfill_user_accounts.sql} (100%) rename backend/src/main/resources/db/migration/{V10__remove_debit_payment_method.sql => V13__remove_debit_payment_method.sql} (100%) diff --git a/backend/src/main/resources/db/migration/V9__backfill_user_accounts.sql b/backend/src/main/resources/db/migration/V12__backfill_user_accounts.sql similarity index 100% rename from backend/src/main/resources/db/migration/V9__backfill_user_accounts.sql rename to backend/src/main/resources/db/migration/V12__backfill_user_accounts.sql diff --git a/backend/src/main/resources/db/migration/V10__remove_debit_payment_method.sql b/backend/src/main/resources/db/migration/V13__remove_debit_payment_method.sql similarity index 100% rename from backend/src/main/resources/db/migration/V10__remove_debit_payment_method.sql rename to backend/src/main/resources/db/migration/V13__remove_debit_payment_method.sql