mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-29 00:35:45 +08:00
Remove active field on study group
This commit is contained in:
parent
a30e2ea4c5
commit
a006aa25f4
2 changed files with 17 additions and 1 deletions
|
@ -0,0 +1,17 @@
|
|||
# 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',
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue