mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2024-11-17 14:39:26 +08:00
18 lines
387 B
Python
18 lines
387 B
Python
|
# Generated by Django 4.2 on 2023-04-22 02:58
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('students', '0005_remove_student_enrolled_subjects'),
|
||
|
('subjects', '0006_remove_subject_students'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.DeleteModel(
|
||
|
name='SubjectStudent',
|
||
|
),
|
||
|
]
|