Skip to content

Commit 3ac6ad9

Browse files
committed
migration: rename TokenFamilyBlacklist model to BlacklistedTokenFamily
1 parent 6f22268 commit 3ac6ad9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Generated by Django 5.1.7 on 2025-04-28 05:38
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('token_family', '0001_initial'),
10+
]
11+
12+
operations = [
13+
migrations.RenameModel(
14+
old_name='TokenFamilyBlacklist',
15+
new_name='BlacklistedTokenFamily',
16+
),
17+
]

0 commit comments

Comments
 (0)