mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 04:44:19 +01:00
More!
This commit is contained in:
18
tvdt/quiz/migrations/0004_quiz_dropouts.py
Normal file
18
tvdt/quiz/migrations/0004_quiz_dropouts.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.3 on 2024-12-01 16:57
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("quiz", "0003_correction_amount_alter_correction_candidate_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="quiz",
|
||||
name="dropouts",
|
||||
field=models.PositiveSmallIntegerField(default=1, verbose_name="dropouts"),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user