mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-22 20:09:54 +00:00
fix: 修改 migrations
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
# Generated by Django 3.1.12 on 2021-09-29 03:06
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0004_ssotoken'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='loginconfirmsetting',
|
||||
options={'verbose_name': 'Login Confirm'},
|
||||
),
|
||||
]
|
@@ -6,7 +6,7 @@ from django.db import migrations, models
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0006_auto_20211130_1037'),
|
||||
('authentication', '0006_auto_20211227_1059'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# Generated by Django 3.1.13 on 2021-11-30 02:37
|
||||
# Generated by Django 3.1.13 on 2022-02-17 13:35
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
@@ -6,7 +6,7 @@ from django.db import migrations
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0005_auto_20210929_1106'),
|
||||
('authentication', '0007_connectiontoken'),
|
||||
]
|
||||
|
||||
operations = [
|
Reference in New Issue
Block a user