mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-27 07:17:10 +00:00
fix: 删除jms_oidc_rp包中的表jms_oidc_rp_oidcuser
This commit is contained in:
parent
0141fce27d
commit
75825f5baa
17
apps/authentication/migrations/0009_auto_20220304_1736.py
Normal file
17
apps/authentication/migrations/0009_auto_20220304_1736.py
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Generated by Django 3.1.14 on 2022-03-04 09:36
|
||||||
|
|
||||||
|
from django.db import migrations, models
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('authentication', '0008_superconnectiontoken'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
# 删除 jms_oidc_rp 中的Model
|
||||||
|
migrations.RunSQL(
|
||||||
|
sql='DROP TABLE `jms_oidc_rp_oidcuser` CASCADE;',
|
||||||
|
),
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user