mirror of https://github.com/jumpserver/jumpserver
18 lines
442 B
Python
18 lines
442 B
Python
# Generated by Django 3.2.14 on 2022-10-27 12:01
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
('authentication', '0012_auto_20220816_1629'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='connectiontoken',
|
|
name='protocol',
|
|
field=models.CharField(default='ssh', max_length=16, verbose_name='Protocol'),
|
|
),
|
|
]
|