mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 14:29:25 +08:00
18 lines
326 B
Python
18 lines
326 B
Python
|
# Generated by Django 4.2.5 on 2023-09-26 12:30
|
||
|
|
||
|
from django.db import migrations
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('study_groups', '0001_initial'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RemoveField(
|
||
|
model_name='studygroup',
|
||
|
name='active',
|
||
|
),
|
||
|
]
|