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, 18 insertions, 0 deletions
diff --git a/src/resource_inventory/migrations/0014_auto_20200305_1415.py b/src/resource_inventory/migrations/0014_auto_20200305_1415.py
new file mode 100644
index 0000000..6fcf4a6
--- /dev/null
+++ b/src/resource_inventory/migrations/0014_auto_20200305_1415.py
@@ -0,0 +1,18 @@
+# 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',
+ ),
+ ]