18 lines
359 B
Python
18 lines
359 B
Python
# Generated by Django 2.1.15 on 2020-03-04 12:50
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('users', '0015_auto_20200303_1306'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name='UserSchoolClassConnection',
|
|
new_name='SchoolClassMember',
|
|
),
|
|
]
|