Strange Migration during CI
Ref: https://github.com/inventree/InvenTree/actions/runs/7754804489/job/21148965178?pr=6390
This migration is odd - where is it originating?
It may explain this unsolved issue - https://github.com/inventree/InvenTree/issues/5804
This is still appearing - should be investigated. https://github.com/inventree/InvenTree/actions/runs/8156036945/job/22292838209#step:7:797
This seems to stil appear - no idea why https://github.com/inventree/InvenTree/actions/runs/8870123046/job/24351576101#step:7:812
I can reproduce this locally (in devcontainer) by running invoke test. An empty migration file is created:
./src/backend/InvenTree/InvenTree/migrations/0002_auto_20240521_0154.py
# Generated by Django 4.2.12 on 2024-05-21 01:54
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('InvenTree', '0001_initial'),
]
operations = [
]
@SchrodingersGat maybe we should just add that one?