19 lines
440 B
Python
19 lines
440 B
Python
|
# Generated by Django 4.0 on 2022-05-21 15:50
|
||
|
|
||
|
from django.db import migrations, models
|
||
|
|
||
|
|
||
|
class Migration(migrations.Migration):
|
||
|
|
||
|
dependencies = [
|
||
|
('users', '0005_alter_customuser_id_code'),
|
||
|
]
|
||
|
|
||
|
operations = [
|
||
|
migrations.AddField(
|
||
|
model_name='customuser',
|
||
|
name='clientId',
|
||
|
field=models.CharField(default='fd3acbe0-5406-4904-9f0d-83c66024ec8c', max_length=50),
|
||
|
),
|
||
|
]
|