mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Remove migration file
This commit is contained in:
parent
19522dfb92
commit
9af9158c10
@ -1,23 +0,0 @@
|
||||
# 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…
x
Reference in New Issue
Block a user