1
0
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:
jeremystretch
2023-03-27 13:33:23 -04:00
committed by Jeremy Stretch
parent b3d2020045
commit 82080ef491
2 changed files with 17 additions and 195 deletions

View 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',
),
]