From 67bc86c159a032a84024eb0b768d5b8c758ee936 Mon Sep 17 00:00:00 2001 From: eeintech Date: Thu, 7 Jan 2021 14:05:43 -0500 Subject: [PATCH] Updated stock owners migration file --- ...{0056_auto_20201201_1844.py => 0057_auto_20210107_1904.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename InvenTree/stock/migrations/{0056_auto_20201201_1844.py => 0057_auto_20210107_1904.py} (90%) diff --git a/InvenTree/stock/migrations/0056_auto_20201201_1844.py b/InvenTree/stock/migrations/0057_auto_20210107_1904.py similarity index 90% rename from InvenTree/stock/migrations/0056_auto_20201201_1844.py rename to InvenTree/stock/migrations/0057_auto_20210107_1904.py index cc6d94848a..9d2f2a533c 100644 --- a/InvenTree/stock/migrations/0056_auto_20201201_1844.py +++ b/InvenTree/stock/migrations/0057_auto_20210107_1904.py @@ -1,4 +1,4 @@ -# Generated by Django 3.0.7 on 2020-12-01 18:44 +# Generated by Django 3.0.7 on 2021-01-07 19:04 from django.conf import settings from django.db import migrations, models @@ -10,7 +10,7 @@ class Migration(migrations.Migration): dependencies = [ ('auth', '0011_update_proxy_permissions'), migrations.swappable_dependency(settings.AUTH_USER_MODEL), - ('stock', '0055_auto_20201117_1453'), + ('stock', '0056_stockitem_expiry_date'), ] operations = [