This commit is contained in:
26
backend/modules/fleet/migrations/0006_crane_proxy_model.py
Normal file
26
backend/modules/fleet/migrations/0006_crane_proxy_model.py
Normal file
@@ -0,0 +1,26 @@
|
||||
# Generated by Django 5.2.15 on 2026-07-06 13:35
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('fleet', '0005_vehiclenotification_metadata'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.CreateModel(
|
||||
name='Crane',
|
||||
fields=[],
|
||||
options={
|
||||
'verbose_name': 'Dizalica',
|
||||
'verbose_name_plural': 'Dizalice',
|
||||
'ordering': ['registration_number'],
|
||||
'proxy': True,
|
||||
'indexes': [],
|
||||
'constraints': [],
|
||||
},
|
||||
bases=('fleet.vehicle',),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user