mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-15 06:44:16 +00:00
Update mysql.sql (#6367)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user