Improve importer, add channels and import both drop_campaigns and drop_campaign
This commit is contained in:
parent
7edf857127
commit
adc6deb314
8 changed files with 401 additions and 78 deletions
|
|
@ -0,0 +1,23 @@
|
|||
# Generated by Django 6.0 on 2026-01-05 22:29
|
||||
from __future__ import annotations
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
"""Remove is_account_connected field and its index from DropCampaign."""
|
||||
|
||||
dependencies = [
|
||||
("twitch", "0002_alter_game_box_art"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveIndex(
|
||||
model_name="dropcampaign",
|
||||
name="twitch_drop_is_acco_7e9078_idx",
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name="dropcampaign",
|
||||
name="is_account_connected",
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue