You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jumpserver/apps/ops/migrations/0034_alter_celerytask_optio...

18 lines
442 B

# Generated by Django 3.2.16 on 2022-12-27 06:07
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('ops', '0033_auto_20221223_1536'),
]
operations = [
migrations.AlterModelOptions(
name='celerytask',
options={'ordering': ('name',), 'permissions': [('view_taskmonitor', 'Can view task monitor')], 'verbose_name': 'Celery Task'},
),
]