You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
423 B

# Generated by Django 3.2.8 on 2024-06-11 13:56
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('game', '0002_rename_phote_player_photo'),
]
operations = [
migrations.AddField(
model_name='player',
name='openid',
field=models.CharField(blank=True, default='', max_length=50, null=True),
),
]