mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Drop CustomFieldValue
This commit is contained in:
16
netbox/extras/migrations/0051_delete_customfieldvalue.py
Normal file
16
netbox/extras/migrations/0051_delete_customfieldvalue.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 3.1 on 2020-08-21 19:52
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('extras', '0050_migrate_customfieldvalues'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='CustomFieldValue',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user