You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jumpserver/apps/users/migrations/0045_delete_usersession.py

17 lines
292 B

# Generated by Django 4.1.10 on 2023-09-15 08:58
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0044_usersession'),
]
operations = [
migrations.DeleteModel(
name='UserSession',
),
]