Changement module heures supplémentaire

Les heures supple sont maintenant supprimable en cascade avec user, utilisation d'un string mémoire
This commit is contained in:
Ambulance Clerc
2023-05-31 16:20:23 +02:00
parent f51db5ae8e
commit a14e344244
32 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Generated by Django 4.0 on 2023-05-31 15:27
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('vehicles', '0010_remove_vehicles_infos_stitle_vehicles_blucas_and_more'),
('vehicles', '0011_remove_vehicles_infos_stitle_vehicles_blucas_and_more'),
]
operations = [
]