InfoTech-Backend/infotech/subjects/migrations/0006_remove_subject_students.py

18 lines
373 B
Python
Raw Normal View History

# Generated by Django 4.2 on 2023-04-22 02:49
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('subjects', '0005_subject_code_alter_subject_semester_and_more'),
]
operations = [
migrations.RemoveField(
model_name='subject',
name='students',
),
]