19 lines
410 B
Python
19 lines
410 B
Python
# Generated by Django 4.0 on 2022-07-04 16:13
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('auth', '0012_alter_user_first_name_max_length'),
|
|
('vehicles', '0005_rename_vhc_problems_vhc_infos'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='Vhc_infos',
|
|
new_name='Vehicles_infos',
|
|
),
|
|
]
|