mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-25 13:49:40 +00:00
19 lines
391 B
Python
19 lines
391 B
Python
# Generated by Django 4.2.2 on 2023-06-29 12:10
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('junior', '0004_alter_junior_image'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='junior',
|
|
name='is_verified',
|
|
field=models.BooleanField(default=False),
|
|
),
|
|
]
|