mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 03:10:45 +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,
|
||||
PRIMARY KEY (`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