mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-16 02:16:16 +00:00
21 lines
612 B
Python
21 lines
612 B
Python
# Generated by Django 4.2.2 on 2023-08-08 09:45
|
|
|
|
from django.db import migrations, models
|
|
import django.db.models.deletion
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('web_admin', '0004_alter_surveyoption_survey'),
|
|
('junior', '0020_junior_guardian_code_status'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='juniorarticlepoints',
|
|
name='submitted_answer',
|
|
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='submitted_answer', to='web_admin.surveyoption'),
|
|
),
|
|
]
|