new
parent
a6840a9c6d
commit
e886b874a7
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,23 @@
|
||||
# Generated by Django 4.2.5 on 2024-12-26 14:47
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('osinacore', '0107_remove_staffprofile_active'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='status',
|
||||
name='type',
|
||||
field=models.CharField(blank=True, choices=[('Task', 'Task'), ('Daily Report', 'Daily Report')], max_length=200, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='status',
|
||||
name='type_id',
|
||||
field=models.IntegerField(blank=True, null=True),
|
||||
),
|
||||
]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue