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

Commit f7a81ed

Browse files
authored
Update psql_database_tables.sql
1 parent bcb0b0b commit f7a81ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perun-oidc-server-webapp/src/main/webapp/WEB-INF/classes/db/psql/psql_database_tables.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CREATE TABLE IF NOT EXISTS saved_user_auth (
8888
id SERIAL PRIMARY KEY,
8989
name VARCHAR(1024),
9090
authenticated BOOLEAN,
91-
source_class VARCHAR(2048)
91+
acr VARCHAR(1024)
9292
);
9393

9494
CREATE TABLE IF NOT EXISTS saved_user_auth_authority (

0 commit comments

Comments
 (0)