mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
858 B
34 lines
858 B
2 years ago
|
# Generated by Django 3.2.14 on 2022-11-03 08:24
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('terminal', '0057_auto_20221102_1941'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AlterModelOptions(
|
||
|
name='terminal',
|
||
|
options={'permissions': (('view_terminalconfig', 'Can view terminal config'),), 'verbose_name': 'Terminal'},
|
||
|
),
|
||
|
migrations.RemoveField(
|
||
|
model_name='terminal',
|
||
|
name='http_port',
|
||
|
),
|
||
|
migrations.RemoveField(
|
||
|
model_name='terminal',
|
||
|
name='is_accepted',
|
||
|
),
|
||
|
migrations.RemoveField(
|
||
|
model_name='terminal',
|
||
|
name='ssh_port',
|
||
|
),
|
||
|
migrations.RemoveField(
|
||
|
model_name='applethost',
|
||
|
name='status',
|
||
|
),
|
||
|
]
|