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

pull/1580/head
Pavel Břoušek 2021-11-19 18:25:38 +01:00 committed by GitHub
parent 6064458f0d
commit 74bec47d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ CREATE TABLE IF NOT EXISTS saved_user_auth (
acr VARCHAR(1024),
name VARCHAR(1024),
authenticated BOOLEAN,
acr VARCHAR(1024)
);
CREATE TABLE IF NOT EXISTS saved_user_auth_authority (