From 9ac533a8e5e3bf54f288f44f9f8d919083679ac0 Mon Sep 17 00:00:00 2001 From: tflidd Date: Sun, 3 May 2020 11:38:06 +0200 Subject: [PATCH] Add correct syntax highlighting Missing syntax highlighting for adding indices. --- admin_manual/configuration_server/occ_command.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 405b9ebc6..9adbe6e2d 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -539,7 +539,7 @@ Add missing indices It might happen that we add from time to time new indices to already existing database tables, for example to improve performance. In order to check your database for missing indices run -following command: +following command:: sudo -u www-data php occ db:add-missing-indices