1
0
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:
Ranjiwei 2024-07-18 14:07:02 +08:00 committed by GitHub
parent 0981a0dc99
commit fbd7a32a86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;