add migrations
Some checks failed
Build and Push Docker Image / build (push) Failing after 2m5s

This commit is contained in:
2025-01-24 03:15:10 +01:00
parent e2ec624f7e
commit 625d8d2e7e
17 changed files with 357 additions and 3 deletions

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_alter_vehicles_infos_ntype'),
('vehicles', '0011_remove_vehicles_infos_stitle_vehicles_blucas_and_more'),
]
operations = [
]