Skip to content

Commit 4742905

Browse files
committed
Merged two migrations
Merged migrations 005 (alter member profile picture) and 008 (alter committee role)
1 parent 54cb1f3 commit 4742905

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-29 13:04
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_committee_role'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)