mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Commit the migation file
This commit is contained in:
parent
b9155bbde9
commit
19522dfb92
23
InvenTree/common/migrations/0006_auto_20190915_1350.py
Normal file
23
InvenTree/common/migrations/0006_auto_20190915_1350.py
Normal file
@ -0,0 +1,23 @@
|
||||
# Generated by Django 2.2.5 on 2019-09-15 13:50
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('common', '0005_auto_20190915_1256'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='inventreesetting',
|
||||
name='a_thing',
|
||||
field=models.CharField(blank=True, max_length=10),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='inventreesetting',
|
||||
name='b_think',
|
||||
field=models.CharField(blank=True, max_length=20),
|
||||
),
|
||||
]
|
Loading…
Reference in New Issue
Block a user