Skip to content

Commit 48c2e65

Browse files
committed
adding a desc of the views
1 parent bc6beaf commit 48c2e65

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

‎obp-api/src/main/scripts/sql/create_oidc_user_and_views.sql‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,18 @@ FROM information_schema.role_table_grants
380380
WHERE grantee = :'OIDC_ADMIN_USER'
381381
ORDER BY table_schema, table_name;
382382

383+
384+
\echo 'Here are the views:'
385+
386+
387+
\d v_oidc_users;
388+
389+
\d v_oidc_clients;
390+
391+
\d v_oidc_admin_clients;
392+
393+
394+
383395
-- =============================================================================
384396
-- 7. Display connection information
385397
-- =============================================================================

0 commit comments

Comments
 (0)