Skip to content

Commit c24bd9d

Browse files
committed
chore(migrations): add a merge migration
1 parent 098e266 commit c24bd9d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
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.1.6 on 2025-08-01 16:51
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('tutorial', '0008_alter_tutorialinformationpageblock_image'),
10+
('tutorial', '0008_tutorial_firebase_id_tutorial_firebase_last_pushed_and_more'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)