Skip to content
Snippets Groups Projects
Commit 91c69c17 authored by Hamzux's avatar Hamzux
Browse files

Revert "Test (#53)"

This reverts commit 34c08803.
parent 34c08803
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.2 on 2022-03-21 00:35
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('profiles', '0015_student_updated_date'),
]
operations = [
migrations.AlterField(
model_name='tutor',
name='promotion',
field=models.IntegerField(choices=[(2024, '2024'), (2023, '2023'), (2022, '2022'), (2021, '2021'), (2020, '2020')], default=2024),
),
]
# Generated by Django 2.2 on 2022-03-21 00:37
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('profiles', '0016_auto_20220321_0135'),
('profiles', '0016_auto_20211225_1242'),
]
operations = [
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment