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.
19 lines
416 B
19 lines
416 B
5 years ago
|
# Generated by Django 2.1.7 on 2019-09-17 12:22
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('assets', '0038_auto_20190911_1634'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='authbook',
|
||
|
name='is_active',
|
||
|
field=models.BooleanField(default=True, verbose_name='Is active'),
|
||
|
),
|
||
|
]
|