19 lines
431 B
Python
19 lines
431 B
Python
# Generated by Django 5.2.7 on 2026-05-09 22:55
|
|
|
|
from django.conf import settings
|
|
from django.db import migrations
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
("noita", "0001_initial"),
|
|
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
|
|
]
|
|
|
|
operations = [
|
|
migrations.RenameModel(
|
|
old_name="Submission",
|
|
new_name="LogfileSubmission",
|
|
),
|
|
]
|