1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

update 11.0 sql org_saml_config (#5915)

This commit is contained in:
欢乐马
2024-01-24 10:26:24 +08:00
committed by GitHub
parent fec7e9b511
commit 2b703efb46
4 changed files with 4 additions and 2 deletions

View File

@@ -1353,6 +1353,7 @@ CREATE TABLE `org_saml_config` (
`domain` varchar(255) DEFAULT NULL,
`dns_txt` varchar(64) DEFAULT NULL,
`domain_verified` tinyint(1) NOT NULL DEFAULT 0,
`idp_certificate` longtext DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `org_id` (`org_id`),
UNIQUE KEY `domain` (`domain`),