mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-25 18:20:48 +00:00
Update mysql.sql (#6367)
This commit is contained in:
parent
0981a0dc99
commit
fbd7a32a86
@ -1493,4 +1493,4 @@ CREATE TABLE IF NOT EXISTS `FileTrash` (
|
|||||||
`size` bigint(20) NOT NULL,
|
`size` bigint(20) NOT NULL,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
KEY `ix_FileTrash_repo_id` (`repo_id`)
|
KEY `ix_FileTrash_repo_id` (`repo_id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8_general_ci;
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
|
||||||
|
Loading…
Reference in New Issue
Block a user