InfoTech-Backend/infotech/students/migrations/0008_remove_student_schedules.py

18 lines
353 B
Python
Raw Normal View History

2023-04-22 11:59:16 +08:00
# Generated by Django 4.2 on 2023-04-22 03:58
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('students', '0007_alter_student_schedules'),
]
operations = [
migrations.RemoveField(
model_name='student',
name='schedules',
),
]