Merge branch 'main' of https://stax.alwaysdata.net/gitea/staxriver/padelclub_backend
commit
9bf00f605b
@ -0,0 +1,18 @@ |
||||
# Generated by Django 4.2.11 on 2024-05-14 13:17 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('tournaments', '0042_rename_lock_weight_teamregistration_locked_weight_and_more'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddField( |
||||
model_name='customuser', |
||||
name='summonsAvailablePaymentMethods', |
||||
field=models.TextField(blank=True, null=True), |
||||
), |
||||
] |
||||
@ -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