mirror of https://github.com/jumpserver/jumpserver
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.
20 lines
488 B
20 lines
488 B
# Generated by Django 2.2.7 on 2020-01-06 07:34
|
|
|
|
import common.fields.model
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('ops', '0010_auto_20191217_1758'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='adhoc',
|
|
name='become',
|
|
field=common.fields.model.EncryptJsonDictCharField(blank=True, default='', max_length=1024, null=True, verbose_name='Become'),
|
|
),
|
|
]
|