1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-31 22:57:47 +00:00

remove then comma

remove then comma
This commit is contained in:
王健辉 2022-10-26 11:06:52 +08:00 committed by GitHub
parent 7567825b0a
commit 00b5c8ac29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1342,5 +1342,5 @@ CREATE TABLE `onlyoffice_onlyofficedockey` (
`created_time` datetime(6) NOT NULL,
PRIMARY KEY (`id`),
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;