mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 22:39:25 +08:00
17 lines
298 B
Python
17 lines
298 B
Python
|
# Generated by Django 4.2.2 on 2023-06-26 14:03
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('accounts', '0002_studentstatus'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.DeleteModel(
|
||
|
name='StudentStatus',
|
||
|
),
|
||
|
]
|