fix: 修改 migrations

This commit is contained in:
ibuler
2022-02-17 21:48:47 +08:00
committed by 老广
parent e259d2a9e9
commit db050e405d
19 changed files with 112 additions and 217 deletions

View File

@@ -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'},
),
]

View File

@@ -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 = [

View File

@@ -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 = [