1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 22:54:11 +00:00

update sql 11.0.0 (#5614)

This commit is contained in:
欢乐马
2023-08-28 16:59:38 +08:00
committed by GitHub
parent 68bbb9d306
commit e3b3d28da4
4 changed files with 7 additions and 1 deletions

View File

@@ -67,4 +67,6 @@ CREATE TABLE IF NOT EXISTS `deleted_files_count` (
KEY `ix_deleted_files_count_deleted_time` (`deleted_time`)
)ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE `share_uploadlinkshare` ADD INDEX IF NOT EXISTS `share_uploadlinkshare_expire_date` (`expire_date`);
ALTER TABLE share_fileshare MODIFY COLUMN path longtext NOT NULL COLLATE utf8mb4_bin;