🐛(backend) update alter file state migration predecessor

Last PR was merged a bit too quicly and another migration
was added before the PR one.
This commit is contained in:
Florent Chehab
2026-06-03 14:17:33 +02:00
committed by aleb_the_flash
parent d13e3a8a5d
commit 6c25d0a525
@@ -1,4 +1,4 @@
# Generated by Django 5.2.14 on 2026-06-02 12:47
# Generated by Django 5.2.14 on 2026-06-03 12:14
from django.db import migrations, models
@@ -6,7 +6,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('core', '0018_rename_active_application_is_active'),
('core', '0019_user_unique_email_when_sub_is_null'),
]
operations = [