mirror of
https://github.com/lemeow125/InfoTech-Backend.git
synced 2025-05-17 03:48:08 +08:00
Move max_slots from subject to schedule
This commit is contained in:
parent
ba8bc60032
commit
d365284fad
6 changed files with 46 additions and 4 deletions
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 4.2 on 2023-04-22 07:00
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('subjects', '0007_delete_subjectstudent'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='subject',
|
||||
name='max_slots',
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue