mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 15:37:19 +00:00
perf: 修改 migrations, 修改 Connect token
This commit is contained in:
17
apps/authentication/migrations/0015_auto_20221205_1136.py
Normal file
17
apps/authentication/migrations/0015_auto_20221205_1136.py
Normal file
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.2.14 on 2022-12-05 03:36
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('authentication', '0014_auto_20221122_2152'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='connectiontoken',
|
||||
old_name='account_name',
|
||||
new_name='account',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user