perf: history account secret perm (#9128)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2022-11-28 18:43:58 +08:00
committed by GitHub
parent 742cac1e90
commit 11636dafd8
4 changed files with 66 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Generated by Django 3.2.14 on 2022-11-28 10:39
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('ops', '0035_jobexecution_org_id'),
]
operations = [
migrations.AlterModelOptions(
name='job',
options={'ordering': ['date_created']},
),
migrations.AlterModelOptions(
name='jobexecution',
options={'ordering': ['-date_created']},
),
]