Add Chzzk campaign and reward models, import command, and schemas
Some checks failed
Deploy to Server / deploy (push) Failing after 19s

This commit is contained in:
Joakim Hellsén 2026-03-31 21:57:12 +02:00
commit 677aedf42b
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
14 changed files with 650 additions and 9 deletions

View file

@ -0,0 +1,20 @@
# Generated by Django 6.0.3 on 2026-03-31 19:53
from django.db import migrations
from django.db import models
class Migration(migrations.Migration):
"""Alter campaign_no field in ChzzkCampaign to remove unique constraint."""
dependencies = [
("chzzk", "0001_initial"),
]
operations = [
migrations.AlterField(
model_name="chzzkcampaign",
name="campaign_no",
field=models.BigIntegerField(),
),
]