perf: user session 表去掉过期时间字段 (#11890)

Co-authored-by: feng <1304903146@qq.com>
pull/11893/head
fit2bot 1 year ago committed by GitHub
parent e0762573ae
commit 78f1b2b002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save