mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Rebase schema migrations
This commit is contained in:
16
netbox/extras/migrations/0028_remove_topology_maps.py
Normal file
16
netbox/extras/migrations/0028_remove_topology_maps.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 2.2 on 2019-08-09 01:26
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('extras', '0027_webhook_additional_headers'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='TopologyMap',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user