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
466 B
19 lines
466 B
2 years ago
|
# Generated by Django 3.2.16 on 2023-03-23 08:39
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('accounts', '0009_account_usernames_to_ids'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='gatheraccountsautomation',
|
||
|
name='is_sync_account',
|
||
|
field=models.BooleanField(blank=True, default=False, verbose_name='Is sync account'),
|
||
|
),
|
||
|
]
|