Skip to content

Commit 4e38386

Browse files
committed
Merge migration
1 parent 0582e6f commit 4e38386

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 4.2.17 on 2025-09-17 19:02
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('osf', '0033_merge_20250915_2100'),
10+
('osf', '0033_notification_system'),
11+
]
12+
13+
operations = [
14+
]

0 commit comments

Comments
 (0)