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

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

View File

@ -89,7 +89,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 (