Skip to content

Commit 65831a4

Browse files
committed
fix: minor
Signed-off-by: SaJH <wogur981208@gmail.com>
1 parent 54995cb commit 65831a4

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated by Django 5.2 on 2025-06-07 10:28
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
dependencies = [
8+
("sponsor", "0001_initial"),
9+
]
10+
11+
operations = [
12+
migrations.RenameField(
13+
model_name="sponsor",
14+
old_name="sponsor_tier",
15+
new_name="sponsor_tiers",
16+
),
17+
]

0 commit comments

Comments
 (0)