mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Remove the old JobResult model
This commit is contained in:
committed by
Jeremy Stretch
parent
b3d2020045
commit
82080ef491
16
netbox/extras/migrations/0092_delete_jobresult.py
Normal file
16
netbox/extras/migrations/0092_delete_jobresult.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 4.1.7 on 2023-03-27 17:31
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('extras', '0091_create_managedfiles'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='JobResult',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user