fixes, orval, downloader functioning again
This commit is contained in:
16
backend/thirdparty/downloader/migrations/0003_auto_20260420_2214.py
vendored
Normal file
16
backend/thirdparty/downloader/migrations/0003_auto_20260420_2214.py
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
# Generated by Django 5.2.7 on 2026-04-20 20:14
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('downloader', '0002_downloadjob'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.DeleteModel(
|
||||
name='DownloadJob',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user