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.
29 lines
678 B
29 lines
678 B
# Generated by Django 3.1 on 2021-01-03 20:35
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('perms', '0017_auto_20210104_0435'),
|
|
('applications', '0007_auto_20201119_1110'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.DeleteModel(
|
|
name='DatabaseApp',
|
|
),
|
|
migrations.DeleteModel(
|
|
name='K8sApp',
|
|
),
|
|
migrations.AlterField(
|
|
model_name='application',
|
|
name='attrs',
|
|
field=models.JSONField(default=dict, verbose_name='Attrs'),
|
|
),
|
|
migrations.DeleteModel(
|
|
name='RemoteApp',
|
|
),
|
|
]
|