perf: ticket 迁移文件 (#11920)

Co-authored-by: feng <1304903146@qq.com>
pull/11932/head
fit2bot 2023-10-19 20:00:47 +08:00 committed by GitHub
parent 939b517e34
commit 32461078fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class Migration(migrations.Migration):
],
options={
'abstract': False,
'verbose_name': 'Apply Login Ticket'
},
bases=('tickets.ticket',),
),
@ -101,6 +102,7 @@ class Migration(migrations.Migration):
],
options={
'abstract': False,
'verbose_name': 'Apply Login Asset Ticket'
},
bases=('tickets.ticket',),
),
@ -130,6 +132,7 @@ class Migration(migrations.Migration):
],
options={
'abstract': False,
'verbose_name': 'Apply Command Ticket'
},
bases=('tickets.ticket',),
),