mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2024-11-17 06:29:26 +08:00
18 lines
362 B
Python
18 lines
362 B
Python
|
# Generated by Django 4.2 on 2023-04-11 15:10
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('students', '0002_student_current_semester'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RemoveField(
|
||
|
model_name='student',
|
||
|
name='enrolled_subjects',
|
||
|
),
|
||
|
]
|