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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -356,6 +356,8 @@ healthchecksdb
|
|||||||
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
# Backup folder for Package Reference Convert tool in Visual Studio 2017
|
||||||
MigrationBackup/
|
MigrationBackup/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Ionide (cross platform F# VS Code tools) working folder
|
# Ionide (cross platform F# VS Code tools) working folder
|
||||||
.ionide/
|
.ionide/
|
||||||
|
|
||||||
@@ -369,3 +371,5 @@ db.sqlite3
|
|||||||
|
|
||||||
/mycaldav/export.pdf
|
/mycaldav/export.pdf
|
||||||
/vehicles/migrations/
|
/vehicles/migrations/
|
||||||
|
/collabs/migrations/
|
||||||
|
|
||||||
|
14
vehicles/migrations_save/0012_merge_20230531_1527.py
Normal file
14
vehicles/migrations_save/0012_merge_20230531_1527.py
Normal 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 = [
|
||||||
|
]
|
Reference in New Issue
Block a user