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:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.0 on 2022-07-04 13:11
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('auth', '0012_alter_user_first_name_max_length'),
|
||||
('vehicles', '0004_alter_vehicles_options'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameModel(
|
||||
old_name='Vhc_problems',
|
||||
new_name='Vhc_infos',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user