Removed old migration file

This commit is contained in:
Oliver Walters 2019-11-16 20:39:10 +11:00
parent b7473be8ef
commit 16f3dfb678

View File

@ -1,18 +0,0 @@
# Generated by Django 2.2.5 on 2019-11-16 08:40
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('stock', '0015_auto_20190913_1407'),
]
operations = [
migrations.AddField(
model_name='stockitem',
name='active',
field=models.BooleanField(default=True),
),
]