aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/db/migration/V1.47__oauth_postlogout.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/db/migration/V1.47__oauth_postlogout.sql')
-rw-r--r--src/main/resources/db/migration/V1.47__oauth_postlogout.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/db/migration/V1.47__oauth_postlogout.sql b/src/main/resources/db/migration/V1.47__oauth_postlogout.sql
new file mode 100644
index 00000000..c35bcfbb
--- /dev/null
+++ b/src/main/resources/db/migration/V1.47__oauth_postlogout.sql
@@ -0,0 +1,2 @@
+alter table oauth2_registered_client add column post_logout_redirect_uris varchar (1000) default null
+