1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 07:08:55 +00:00

13.0.5 13.0.5 (#7935)

This commit is contained in:
欢乐马
2025-06-17 16:32:59 +08:00
committed by GitHub
parent 2d7a88703a
commit f711bcda68
2 changed files with 2 additions and 0 deletions

View File

@@ -1542,6 +1542,7 @@ CREATE TABLE `repo_metadata` (
`tags_lang` varchar(36) DEFAULT NULL,
`details_settings` longtext DEFAULT NULL,
`ocr_enabled` tinyint(1) DEFAULT NULL,
`global_hidden_columns` longtext DEFAULT NULL,
UNIQUE KEY `key_repo_metadata_repo_id`(`repo_id`),
KEY `key_repo_metadata_enabled`(`enabled`),
KEY `key_repo_metadata_face_recognition_enabled`(`face_recognition_enabled`),