mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-31 22:54:11 +00:00
11.0.3 sql (#5836)
This commit is contained in:
@@ -91,3 +91,5 @@ ALTER TABLE `org_saml_config` ADD COLUMN IF NOT EXISTS `dns_txt` varchar(64) NUL
|
||||
ALTER TABLE `org_saml_config` ADD COLUMN IF NOT EXISTS `domain_verified` TINYINT(1) NOT NULL DEFAULT 0;
|
||||
ALTER TABLE `org_saml_config` ADD INDEX IF NOT EXISTS `org_saml_config_domain_verified_398065b9` (`domain_verified`);
|
||||
UPDATE `org_saml_config` SET domain_verified=1 WHERE domain_verified=0;
|
||||
|
||||
ALTER TABLE `social_auth_usersocialauth` CHANGE extra_data extra_data longtext DEFAULT NULL;
|
||||
|
Reference in New Issue
Block a user