Skip to content

Commit 85f289e

Browse files
committed
Update migration number
1 parent 58d64a1 commit 85f289e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/purchase/migrations/0049_add_purchase_fk_to_balance.py renamed to src/purchase/migrations/0050_balance_purchase.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 5.2.12 on 2026-03-18 13:51
1+
# Generated by Django 5.2.12 on 2026-03-19 22:02
22

33
import django.db.models.deletion
44
from django.db import migrations, models
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88

99
dependencies = [
10-
("purchase", "0048_wallet_circle_base_wallet_id"),
10+
("purchase", "0049_grant_add_pending_declined_moderation_fields"),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)