|
| 1 | +# Generated by Django 2.2.24 on 2023-12-14 21:08 |
| 2 | + |
| 3 | +from django.db import migrations |
| 4 | +import django.db.models.manager |
| 5 | + |
| 6 | + |
| 7 | +class Migration(migrations.Migration): |
| 8 | + |
| 9 | + dependencies = [ |
| 10 | + ('sponsors', '0095_auto_20231214_2025'), |
| 11 | + ] |
| 12 | + |
| 13 | + operations = [ |
| 14 | + migrations.AlterModelManagers( |
| 15 | + name='benefitfeatureconfiguration', |
| 16 | + managers=[ |
| 17 | + ('objects', django.db.models.manager.Manager()), |
| 18 | + ('non_polymorphic', django.db.models.manager.Manager()), |
| 19 | + ], |
| 20 | + ), |
| 21 | + migrations.AlterModelManagers( |
| 22 | + name='emailtargetableconfiguration', |
| 23 | + managers=[ |
| 24 | + ], |
| 25 | + ), |
| 26 | + migrations.AlterModelManagers( |
| 27 | + name='logoplacementconfiguration', |
| 28 | + managers=[ |
| 29 | + ], |
| 30 | + ), |
| 31 | + migrations.AlterModelManagers( |
| 32 | + name='providedfileassetconfiguration', |
| 33 | + managers=[ |
| 34 | + ], |
| 35 | + ), |
| 36 | + migrations.AlterModelManagers( |
| 37 | + name='providedtextassetconfiguration', |
| 38 | + managers=[ |
| 39 | + ], |
| 40 | + ), |
| 41 | + migrations.AlterModelManagers( |
| 42 | + name='requiredimgassetconfiguration', |
| 43 | + managers=[ |
| 44 | + ], |
| 45 | + ), |
| 46 | + migrations.AlterModelManagers( |
| 47 | + name='requiredresponseassetconfiguration', |
| 48 | + managers=[ |
| 49 | + ], |
| 50 | + ), |
| 51 | + migrations.AlterModelManagers( |
| 52 | + name='requiredtextassetconfiguration', |
| 53 | + managers=[ |
| 54 | + ], |
| 55 | + ), |
| 56 | + migrations.AlterModelManagers( |
| 57 | + name='tieredbenefitconfiguration', |
| 58 | + managers=[ |
| 59 | + ], |
| 60 | + ), |
| 61 | + ] |
0 commit comments