agendas: rename conflicting migration (#66937)

This commit is contained in:
Valentin Deniaud 2022-07-04 14:46:00 +02:00
parent ebe1884e17
commit 73dc04e487
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('agendas', '0133_auto_20220628_1600'),
('agendas', '0137_remove_check_type'),
]
operations = [