38086-vm/core/migrations/0031_create_superuser.py
2026-02-09 18:51:27 +00:00

13 lines
414 B
Python

# Generated by Gemini (Fix for broken migration)
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('core', '0030_salepayment_created_at_purchasepayment_created_at'),
]
operations = [
# This migration previously attempted to create a superuser but caused issues.
# We are making it a no-op to allow the migration chain to proceed.
]