mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-10 05:42:16 -06:00
Delete deprecated ipam.Status model
This commit is contained in:
18
netbox/ipam/migrations/0005_delete_status.py
Normal file
18
netbox/ipam/migrations/0005_delete_status.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.5 on 2016-05-17 20:54
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('ipam', '0004_auto_20160517_2044'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='Status',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user