Remove user script

This commit is contained in:
cuom1999 2024-01-13 19:05:36 -06:00
parent e09008bcb7
commit 80b91435cf
8 changed files with 17 additions and 37 deletions

View file

@ -0,0 +1,17 @@
# Generated by Django 3.2.18 on 2024-01-14 01:04
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("judge", "0177_test_formatter"),
]
operations = [
migrations.RemoveField(
model_name="profile",
name="user_script",
),
]