mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-12 21:30:39 +00:00
update sql org_saml_config (#5496)
This commit is contained in:
@@ -1349,8 +1349,10 @@ CREATE TABLE `org_saml_config` (
|
||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||
`org_id` int(11) NOT NULL,
|
||||
`metadata_url` longtext NOT NULL,
|
||||
`domain` varchar(255) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `org_id` (`org_id`)
|
||||
UNIQUE KEY `org_id` (`org_id`),
|
||||
UNIQUE KEY `domain` (`domain`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE `base_usermonitoredrepos` (
|
||||
|
Reference in New Issue
Block a user