Skip to content

Commit 2ef45f2

Browse files
committed
upgraded migration
1 parent f305d41 commit 2ef45f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

backend/apps/github/migrations/0036_issue_level.py renamed to backend/apps/github/migrations/0037_issue_level.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Generated by Django 5.2.4 on 2025-09-13 18:48
1+
# Generated by Django 5.2.5 on 2025-09-25 07:22
22

33
import django.db.models.deletion
44
from django.db import migrations, models
55

66

77
class Migration(migrations.Migration):
88
dependencies = [
9-
("github", "0035_alter_user_bio_alter_user_is_owasp_staff"),
9+
("github", "0036_user_has_public_member_page_alter_organization_name_and_more"),
1010
("mentorship", "0004_module_key_program_key_and_more"),
1111
]
1212

backend/apps/mentorship/migrations/0005_remove_task_level_module_issues_and_more.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Generated by Django 5.2.4 on 2025-09-13 18:48
1+
# Generated by Django 5.2.5 on 2025-09-25 07:22
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77
dependencies = [
8-
("github", "0036_issue_level"),
8+
("github", "0037_issue_level"),
99
("mentorship", "0004_module_key_program_key_and_more"),
1010
]
1111

0 commit comments

Comments
 (0)