Skip to content

Commit

Permalink
Add migration
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Jul 7, 2023
1 parent 239c535 commit 42575e7
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Generated by Django 4.2.1 on 2023-07-07 16:06

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('api', '0053_remove_tags_list'),
]

operations = [
migrations.AddField(
model_name='throttledapplication',
name='post_logout_redirect_uris',
field=models.TextField(blank=True, help_text='Allowed Post Logout URIs list, space separated'),
),
]

0 comments on commit 42575e7

Please sign in to comment.