19 lines
401 B
Python
19 lines
401 B
Python
# 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',
|
|
),
|
|
]
|