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

4
.gitignore vendored
View File

@@ -356,6 +356,8 @@ healthchecksdb
# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/
# Ionide (cross platform F# VS Code tools) working folder
.ionide/
@@ -369,3 +371,5 @@ db.sqlite3
/mycaldav/export.pdf
/vehicles/migrations/
/collabs/migrations/

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 = [
]