parent
3c500643b1
commit
243524850a
@ -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), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue