Skip to content

Commit 2185a70

Browse files
Fixed conflicing migrations
1 parent 044f855 commit 2185a70

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Django 5.1.15 on 2026-01-31 02:44
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('game_dev', '0005_alter_member_profile_picture'),
10+
('game_dev', '0008_alter_event_date'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)