mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-20 17:49:32 +00:00
perf: user session 表去掉过期时间字段 (#11890)
Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
parent
e0762573ae
commit
78f1b2b002
@ -0,0 +1,17 @@
|
|||||||
|
# Generated by Django 4.1.10 on 2023-10-18 08:01
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('audits', '0024_usersession'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name='usersession',
|
||||||
|
name='date_expired',
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user