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

@@ -1009,7 +1009,8 @@ CREATE TABLE `share_uploadlinkshare` (
PRIMARY KEY (`id`),
UNIQUE KEY `token` (`token`),
KEY `share_uploadlinkshare_username_3203c243` (`username`),
KEY `share_uploadlinkshare_repo_id_c519f857` (`repo_id`)
KEY `share_uploadlinkshare_repo_id_c519f857` (`repo_id`),
KEY `share_uploadlinkshare_expire_date` (`expire_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;