Update psql_database_tables.sql

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

View File

@ -88,7 +88,7 @@ CREATE TABLE IF NOT EXISTS saved_user_auth (
id SERIAL PRIMARY KEY, id SERIAL PRIMARY KEY,
name VARCHAR(1024), name VARCHAR(1024),
authenticated BOOLEAN, authenticated BOOLEAN,
source_class VARCHAR(2048) acr VARCHAR(1024)
); );
CREATE TABLE IF NOT EXISTS saved_user_auth_authority ( CREATE TABLE IF NOT EXISTS saved_user_auth_authority (