emile 1 year ago
parent 94a1f2988e
commit bb1a1105cf

Binary file not shown.

@ -0,0 +1,18 @@
# Generated by Django 4.2.5 on 2024-03-25 19:35
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('osinacore', '0064_reaction'),
]
operations = [
migrations.AlterField(
model_name='customerprofile',
name='status',
field=models.CharField(blank=True, choices=[('Active', 'Active'), ('Suspended', 'Suspended'), ('Terminated', 'Terminated')], default='Active', max_length=200),
),
]
Loading…
Cancel
Save