Compare commits
3 Commits
28ced116c1
...
faa8d41ed3
| Author | SHA1 | Date |
|---|---|---|
|
|
faa8d41ed3 | 8 months ago |
|
|
79b1e6e8b7 | 8 months ago |
|
|
990a0c0c97 | 8 months ago |
File diff suppressed because one or more lines are too long
@ -0,0 +1,28 @@ |
||||
# Generated by Django 5.1.6 on 2025-02-28 11:11 |
||||
|
||||
from django.db import migrations |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('subscriptions', '0008_alter_assnotification_signeddate'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.RenameField( |
||||
model_name='assnotification', |
||||
old_name='offer_discount_type', |
||||
new_name='offerDiscountType', |
||||
), |
||||
migrations.RenameField( |
||||
model_name='assnotification', |
||||
old_name='offer_identifier', |
||||
new_name='offerIdentifier', |
||||
), |
||||
migrations.RenameField( |
||||
model_name='assnotification', |
||||
old_name='offer_type', |
||||
new_name='offerType', |
||||
), |
||||
] |
||||
Loading…
Reference in new issue