mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-18 00:05:18 +00:00
merge migrations
This commit is contained in:
parent
b54f9c9c13
commit
e12e93f19e
14
InvenTree/common/migrations/0015_merge_0012_notificationentry_0014_auto_20210912_1804.py
Normal file
14
InvenTree/common/migrations/0015_merge_0012_notificationentry_0014_auto_20210912_1804.py
Normal file
@ -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 = [
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user