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

Commit 74bec47

Browse files
authored
Update perun-oidc-server-webapp/src/main/resources/db/mysql/mysql_database_tables.sql
1 parent 6064458 commit 74bec47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

perun-oidc-server-webapp/src/main/resources/db/mysql/mysql_database_tables.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ CREATE TABLE IF NOT EXISTS saved_user_auth (
8888
acr VARCHAR(1024),
8989
name VARCHAR(1024),
9090
authenticated BOOLEAN,
91-
acr VARCHAR(1024)
9291
);
9392

9493
CREATE TABLE IF NOT EXISTS saved_user_auth_authority (

0 commit comments

Comments
 (0)