parent
243524850a
commit
afc12b8782
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 4.2.11 on 2024-05-14 13:22 |
||||||
|
|
||||||
|
from django.db import migrations |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('tournaments', '0043_customuser_summonsavailablepaymentmethods'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.RenameField( |
||||||
|
model_name='customuser', |
||||||
|
old_name='summonsAvailablePaymentMethods', |
||||||
|
new_name='summons_available_payment_methods', |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue