fix migrations
This commit is contained in:
parent
37d3430680
commit
c4fa16107c
|
@ -1,4 +1,4 @@
|
|||
# Generated by Django 4.2.5 on 2023-11-29 09:52
|
||||
# Generated by Django 4.2.5 on 2023-11-29 10:18
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
|
@ -59,18 +59,8 @@ class Migration(migrations.Migration):
|
|||
default=oidc4vp.models.set_client_secret, max_length=48
|
||||
),
|
||||
),
|
||||
(
|
||||
'my_client_id',
|
||||
models.CharField(
|
||||
default=oidc4vp.models.set_client_id, max_length=24, unique=True
|
||||
),
|
||||
),
|
||||
(
|
||||
'my_client_secret',
|
||||
models.CharField(
|
||||
default=oidc4vp.models.set_client_secret, max_length=48
|
||||
),
|
||||
),
|
||||
('my_client_id', models.CharField(max_length=24)),
|
||||
('my_client_secret', models.CharField(max_length=48)),
|
||||
(
|
||||
'response_uri',
|
||||
models.URLField(
|
||||
|
|
Loading…
Reference in New Issue