Skip to content

Commit 60d6de1

Browse files
fix migration conflict
1 parent 3f39a42 commit 60d6de1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 5.2.10 on 2026-03-18 21:05
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('users', '0057_alter_userchangerequest_status'),
10+
('users', '0057_merge_20260318_1613'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)