fix(parsers): merge parser migrations
This commit is contained in:
12
src/apps/parsers/migrations/0020_merge_20260428_2300.py
Normal file
12
src/apps/parsers/migrations/0020_merge_20260428_2300.py
Normal 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 = []
|
||||
Reference in New Issue
Block a user