19 lines
439 B
Python
19 lines
439 B
Python
# Generated by Django 5.1.4 on 2025-02-10 12:47
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('generic', '0020_remove_examuserstatus_share_with_supervisor_and_more'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='userprofile',
|
|
name='cimar_sid',
|
|
field=models.CharField(blank=True, max_length=100),
|
|
),
|
|
]
|