13 lines
414 B
Python
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.
|
|
] |