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