diff options
Diffstat (limited to 'src/main/resources/db')
-rw-r--r-- | src/main/resources/db/migration/V1.47__oauth_postlogout.sql | 2 |
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 + |