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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user