stash
All checks were successful
/ test (push) Successful in 57s

This commit is contained in:
j3d1 2024-11-21 00:34:00 +01:00
parent 4f08a2c265
commit f00afb86d6
4 changed files with 5 additions and 11 deletions

View file

@ -1,4 +1,4 @@
# Generated by Django 4.2.7 on 2024-11-20 23:58
# Generated by Django 4.2.7 on 2024-11-20 23:34
from django.db import migrations, models
import django.db.models.deletion
@ -7,8 +7,8 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('inventory', '0006_alter_event_table'),
('tickets', '0011_train_old_spam'),
('inventory', '0008_alter_item_event_alter_itemplacement_container_and_more'),
('tickets', '0012_alter_itemrelation_item'),
]
operations = [