Projet

Général

Profil

0004-to-fixup-adapt-dependency-of-lease-migration.patch

Benjamin Dauvergne, 03 juin 2021 17:26

Télécharger (823 octets)

Voir les différences:

Subject: [PATCH 4/4] to fixup: adapt dependency of lease migration

 chrono/agendas/migrations/91_lease.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
chrono/agendas/migrations/91_lease.py
22 22

  
23 23
class Migration(migrations.Migration):
24 24
    dependencies = [
25
        ('agendas', '0087_booking_user_name'),
25
        ('agendas', '0090_default_view'),
26 26
    ]
27 27

  
28 28
    operations = [
29
-