mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-16 02:16:16 +00:00
migration file
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
# Generated by Django 4.2.2 on 2023-08-02 11:27
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('junior', '0017_juniorguardianrelationship'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='junior',
|
||||
name='relationship',
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='junior',
|
||||
name='guardian_code_approved',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user