2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-09 21:30:54 +00:00

Remove "description" field from InvenTreeSettings key:value fields

This commit is contained in:
Oliver Walters
2020-10-20 00:02:54 +11:00
parent 92c1e3c1a5
commit 06040f94ee
5 changed files with 19 additions and 67 deletions

View File

@@ -0,0 +1,17 @@
# Generated by Django 3.0.7 on 2020-10-19 13:02
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('common', '0007_colortheme'),
]
operations = [
migrations.RemoveField(
model_name='inventreesetting',
name='description',
),
]