mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
add missing migration
This commit is contained in:
parent
40cf7869d3
commit
b0f315dcba
@ -0,0 +1,17 @@
|
||||
# Generated by Django 3.2.5 on 2021-11-15 23:39
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('plugin', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelOptions(
|
||||
name='pluginconfig',
|
||||
options={'verbose_name': 'Plugin Configuration', 'verbose_name_plural': 'Plugin Configurations'},
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user