Skip to content

Commit 9ae4380

Browse files
committed
update migration
1 parent 58d3d38 commit 9ae4380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/submissions/migrations/0028_alter_submission_pending_status_to_null.py renamed to backend/submissions/migrations/0028_alter_submission_pending_status.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 5.1.4 on 2025-08-03 17:52
1+
# Generated by Django 5.1.4 on 2025-11-01 18:50
22

33
from django.db import migrations, models
44

@@ -15,4 +15,4 @@ class Migration(migrations.Migration):
1515
name='pending_status',
1616
field=models.CharField(blank=True, choices=[('proposed', 'Proposed'), ('accepted', 'Accepted'), ('waiting_list', 'Waiting list'), ('rejected', 'Rejected'), ('cancelled', 'Cancelled')], max_length=20, null=True, verbose_name='pending status'),
1717
),
18-
]
18+
]

0 commit comments

Comments
 (0)