mirror of https://github.com/jumpserver/jumpserver
parent
dac26a7416
commit
c2218a5bca
@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.1.13 on 2024-10-12 03:20
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("accounts", "0004_alter_changesecretrecord_account_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="account",
|
||||
name="secret_reset",
|
||||
field=models.BooleanField(default=True, verbose_name="Secret reset"),
|
||||
),
|
||||
]
|
Loading…
Reference in new issue