Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 14dc06d

Browse files
author
Dominik František Bučík
authored
Merge pull request #43 from CESNET/melanger-patch-4
Update psql_database_tables.sql
2 parents b454c9b + 350ab68 commit 14dc06d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

perun-oidc-server-webapp/src/main/resources/db/psql/psql_database_tables.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ CREATE TABLE IF NOT EXISTS saved_user_auth (
8989
acr VARCHAR(1024),
9090
name VARCHAR(1024),
9191
authenticated BOOLEAN,
92-
source_class VARCHAR(2048)
9392
);
9493

9594
CREATE TABLE IF NOT EXISTS saved_user_auth_authority (

0 commit comments

Comments
 (0)