Update psql_database_tables.sql

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

View File

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