1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
netbox-community-netbox/netbox/extras/migrations/0026_remove_topology_maps.py

17 lines
302 B
Python
Raw Normal View History

2019-08-08 21:33:20 -04:00
# Generated by Django 2.2 on 2019-08-09 01:26
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('extras', '0025_objectchange_time_index'),
2019-08-08 21:33:20 -04:00
]
operations = [
migrations.DeleteModel(
name='TopologyMap',
),
]