mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-09 02:47:51 +00:00
remove then comma
remove then comma
This commit is contained in:
parent
7567825b0a
commit
00b5c8ac29
@ -1342,5 +1342,5 @@ CREATE TABLE `onlyoffice_onlyofficedockey` (
|
|||||||
`created_time` datetime(6) NOT NULL,
|
`created_time` datetime(6) NOT NULL,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
UNIQUE KEY `repo_id_file_path_md5` (`repo_id_file_path_md5`),
|
UNIQUE KEY `repo_id_file_path_md5` (`repo_id_file_path_md5`),
|
||||||
KEY `onlyoffice_onlyofficedockey_doc_key_edba1352` (`doc_key`),
|
KEY `onlyoffice_onlyofficedockey_doc_key_edba1352` (`doc_key`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
Loading…
Reference in New Issue
Block a user