From e12e93f19e0fda6c922cb9d8889215b58245d2d8 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 4 Nov 2021 10:27:40 +0100 Subject: [PATCH] merge migrations --- ...12_notificationentry_0014_auto_20210912_1804.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 InvenTree/common/migrations/0015_merge_0012_notificationentry_0014_auto_20210912_1804.py diff --git a/InvenTree/common/migrations/0015_merge_0012_notificationentry_0014_auto_20210912_1804.py b/InvenTree/common/migrations/0015_merge_0012_notificationentry_0014_auto_20210912_1804.py new file mode 100644 index 0000000000..8d2d4d0b18 --- /dev/null +++ b/InvenTree/common/migrations/0015_merge_0012_notificationentry_0014_auto_20210912_1804.py @@ -0,0 +1,14 @@ +# Generated by Django 3.2.5 on 2021-11-04 09:27 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('common', '0012_notificationentry'), + ('common', '0014_auto_20210912_1804'), + ] + + operations = [ + ]