mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Updated stock owners migration file
This commit is contained in:
parent
f26f1c38a2
commit
67bc86c159
@ -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.conf import settings
|
||||||
from django.db import migrations, models
|
from django.db import migrations, models
|
||||||
@ -10,7 +10,7 @@ class Migration(migrations.Migration):
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
('auth', '0011_update_proxy_permissions'),
|
('auth', '0011_update_proxy_permissions'),
|
||||||
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
||||||
('stock', '0055_auto_20201117_1453'),
|
('stock', '0056_stockitem_expiry_date'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Reference in New Issue
Block a user