12345678910111213141516171819 |
- # Generated by Django 5.0.6 on 2024-08-01 12:18
- from django.db import migrations, models
- class Migration(migrations.Migration):
- dependencies = [
- ('commons', '0019_alter_qa_category'),
- ]
- operations = [
- migrations.AddField(
- model_name='evalsession',
- name='is_active',
- field=models.BooleanField(default=True),
- ),
- ]
|