Add Chzzk campaign and reward models, import command, and schemas
Some checks failed
Deploy to Server / deploy (push) Failing after 19s
Some checks failed
Deploy to Server / deploy (push) Failing after 19s
This commit is contained in:
parent
c852134338
commit
677aedf42b
14 changed files with 650 additions and 9 deletions
20
chzzk/migrations/0002_alter_chzzkcampaign_campaign_no.py
Normal file
20
chzzk/migrations/0002_alter_chzzkcampaign_campaign_no.py
Normal 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(),
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue