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/orgs/migrations/0009_auto_20201023_1628.py

19 lines
424 B

# Generated by Django 2.2.13 on 2020-10-23 08:28
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('orgs', '0008_auto_20200819_2041'),
]
operations = [
migrations.AlterField(
model_name='organization',
name='comment',
field=models.TextField(blank=True, default='', verbose_name='Comment'),
),
]