Skip to content

Commit e903ff9

Browse files
Merge migrations
1 parent fc7dd74 commit e903ff9

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-02-14 05:47
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('game_dev', '0011_alter_gameshowcase_game'),
10+
('game_dev', '0012_remove_socialmedia_socialmedianame'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)