Coverage for benefits/enrollment_switchio/migrations/0004_rename_switchioconfig_oldswitchioconfig.py: 100%
4 statements
« prev ^ index » next coverage.py v7.10.2, created at 2025-08-08 16:26 +0000
« prev ^ index » next coverage.py v7.10.2, created at 2025-08-08 16:26 +0000
1# Generated by Django 5.1.7 on 2025-07-14 10:15
3from django.db import migrations
6class Migration(migrations.Migration):
8 dependencies = [
9 ("core", "0055_remove_transitagency_littlepay_config"),
10 ("enrollment_switchio", "0003_switchiogroup"),
11 ]
13 operations = [
14 migrations.RenameModel(
15 old_name="SwitchioConfig",
16 new_name="OldSwitchioConfig",
17 ),
18 ]