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