# Generated by Django 6.0.3 on 2026-04-19 18:54

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('power_stream', '0003_rename_scheme_to_opportunity_bundle'),
        ('schemes', '0011_rename_scheme_amount_to_opportunity_bundle_amount'),
    ]

    operations = [
        migrations.SeparateDatabaseAndState(
            database_operations=[],
            state_operations=[
                migrations.AlterModelOptions(
                    name='powerstreamconfig',
                    options={'ordering': ['opportunity_bundle', 'level']},
                ),
                migrations.RemoveIndex(
                    model_name='powerstreamconfig',
                    name='power_strea_scheme__f624f4_idx',
                ),
                migrations.AddIndex(
                    model_name='powerstreamconfig',
                    index=models.Index(fields=['opportunity_bundle', 'level'], name='power_strea_opportu_0d8d00_idx'),
                ),
            ],
        ),
    ]
