fix(parsers): merge parser migrations
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 21s
CI/CD Pipeline / Build and Push Images (push) Successful in 7s
CI/CD Pipeline / Internal Notify (push) Successful in 1s
CI/CD Pipeline / Deploy Dev in Dokploy (push) Successful in 1s

This commit is contained in:
2026-04-28 22:15:06 +02:00
parent 5857f1a4d2
commit e921f4b204

View File

@@ -0,0 +1,12 @@
# Generated by Django 3.2.25 on 2026-04-28 23:00
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("parsers", "0019_cleanup_stale_parser_loads_schedule"),
("parsers", "0019_widen_generic_record_date"),
]
operations = []