parent
ff63770dc8
commit
10cdc9f147
@ -0,0 +1,18 @@ |
||||
# Generated by Django 4.2.11 on 2024-07-09 09:10 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('tournaments', '0073_log'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddField( |
||||
model_name='customuser', |
||||
name='device_id', |
||||
field=models.CharField(blank=True, max_length=50, null=True), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue