Skip to content

Commit 4375930

Browse files
committed
chore(migration): Merge migrations
1 parent c7bd04c commit 4375930

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.5 on 2025-08-22 06:27
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('project', '0017_projecttaskgroup_number_of_groups'),
10+
('project', '0019_alter_projectasset_mimetype'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)