Compare commits
No commits in common. 'faa8d41ed38a044f6041f5781dfac071950b26f4' and '28ced116c12bdbd2e4bc65d86d0dbcac344c48be' have entirely different histories.
faa8d41ed3
...
28ced116c1
File diff suppressed because one or more lines are too long
@ -1,28 +0,0 @@ |
||||
# 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