mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-05-05 06:36:51 +00:00
19 lines
474 B
Python
19 lines
474 B
Python
# Generated by Django 4.1.13 on 2025-03-12 09:39
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('assets', '0013_baseautomation_last_execution_date'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='automationexecution',
|
|
name='duration',
|
|
field=models.DecimalField(decimal_places=2, default=0, max_digits=10, verbose_name='Duration'),
|
|
),
|
|
]
|