19 lines
443 B
Python
19 lines
443 B
Python
# Generated by Django 4.0 on 2022-05-30 15:54
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('users', '0007_alter_customuser_clientid'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='customuser',
|
|
name='clientId',
|
|
field=models.CharField(default='5a51ccaa-e788-436f-a553-a69fa8ee155a', max_length=50),
|
|
),
|
|
]
|