19 lines
383 B
Python
19 lines
383 B
Python
|
# Generated by Django 3.2.18 on 2024-04-12 05:50
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
("judge", "0184_contest_rate_limit"),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.RenameField(
|
||
|
model_name="organizationprofile",
|
||
|
old_name="users",
|
||
|
new_name="profile",
|
||
|
),
|
||
|
]
|