1
0
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:
欢乐马
2024-09-10 12:24:15 +08:00
committed by GitHub
parent acbd02d071
commit 604175e5e3
5 changed files with 8 additions and 1 deletions

View File

@@ -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;