Skip to content

Commit f8864b9

Browse files
committed
Merge migrations
1 parent 67337e6 commit f8864b9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Django 5.2.6 on 2025-10-08 12:59
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
dependencies = [
8+
("owasp", "0053_merge_20250918_1659"),
9+
("owasp", "0054_event_event_end_date_desc_idx"),
10+
]
11+
12+
operations = []

0 commit comments

Comments
 (0)