This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.2.15 on 2026-07-06 13:10
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('fleet', '0004_vehicleserviceattachment'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='vehiclenotification',
|
||||
name='metadata',
|
||||
field=models.JSONField(blank=True, default=dict, verbose_name='Metapodaci'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user