aboutsummaryrefslogtreecommitdiffstats
path: root/src/resource_inventory/migrations/0014_auto_20200305_1415.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/resource_inventory/migrations/0014_auto_20200305_1415.py')
-rw-r--r--src/resource_inventory/migrations/0014_auto_20200305_1415.py18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/resource_inventory/migrations/0014_auto_20200305_1415.py b/src/resource_inventory/migrations/0014_auto_20200305_1415.py
deleted file mode 100644
index 6fcf4a6..0000000
--- a/src/resource_inventory/migrations/0014_auto_20200305_1415.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.2 on 2020-03-05 14:15
-
-from django.db import migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('resource_inventory', '0013_auto_20200218_1536'),
- ]
-
- operations = [
- migrations.RenameField(
- model_name='resourcetemplate',
- old_name='hidden',
- new_name='temporary',
- ),
- ]