mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-16 07:08:55 +00:00
is_manually_set_contact_email (#5702)
* is_manually_set_contact_email * update profile sql
This commit is contained in:
@@ -75,3 +75,5 @@ CREATE TABLE IF NOT EXISTS `sdoc_operation_log` (
|
||||
|
||||
ALTER TABLE share_fileshare ADD COLUMN IF NOT EXISTS `user_scope` varchar(225) DEFAULT 'all_users';
|
||||
ALTER TABLE share_fileshare ADD COLUMN IF NOT EXISTS `authed_details` LONGTEXT DEFAULT NULL;
|
||||
|
||||
ALTER TABLE profile_profile ADD COLUMN IF NOT EXISTS `is_manually_set_contact_email` tinyint(1) DEFAULT 0;
|
||||
|
Reference in New Issue
Block a user