1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

12.0.2 sql (#6948)

This commit is contained in:
欢乐马
2024-10-26 11:18:26 +08:00
committed by GitHub
parent 2f13b4cfa7
commit c5d721644d
2 changed files with 14 additions and 1 deletions

View File

@@ -1558,7 +1558,7 @@ CREATE TABLE `sdoc_operation_log` (
KEY `sdoc_idx_operation_log_doc_uuid_op_id` (`doc_uuid`,`op_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
CREATE TABLE IF NOT EXISTS `wiki_wiki2_publish` (
CREATE TABLE `wiki_wiki2_publish` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`repo_id` varchar(36) NOT NULL,
`publish_url` varchar(40) DEFAULT NULL,