Skip to content

Commit 421d10b

Browse files
committed
Fix migrations conflicts
1 parent df4fafa commit 421d10b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hypha/apply/funds/migrations/0127_alter_applicationsubmission_status.py renamed to hypha/apply/funds/migrations/0130_alter_applicationsubmission_status.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Generated by Django 4.2.21 on 2025-06-02 10:21
1+
# Generated by Django 4.2.22 on 2025-06-10 13:09
22

33
from django.db import migrations, models
44

55

66
class Migration(migrations.Migration):
77
dependencies = [
8-
("funds", "0126_add_max_length"),
8+
("funds", "0129_coapplicantinvite_project_permission"),
99
]
1010

1111
operations = [

0 commit comments

Comments
 (0)