aboutsummaryrefslogtreecommitdiffstats
path: root/src/account/migrations/0010_auto_20230608_1913.py
blob: 3e597b9d8f2d8181ad415e22d1099b016033fb2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated by Django 2.2 on 2023-06-08 19:13

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('account', '0009_auto_20210324_2107'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='lab',
            name='vlan_manager',
        ),
        migrations.DeleteModel(
            name='PublicNetwork',
        ),
        migrations.DeleteModel(
            name='VlanManager',
        ),
    ]