From 13f20951236ecdf1214f205d45e3086f21fdbe4c Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Wed, 26 Jul 2023 07:06:28 +0000 Subject: [PATCH] Update custom-database-queries.md --- .../general-admin-users/custom-database-queries.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user-documentation/general-admin-users/custom-database-queries.md b/docs/user-documentation/general-admin-users/custom-database-queries.md index 4d730950571..6cb8aab9a89 100644 --- a/docs/user-documentation/general-admin-users/custom-database-queries.md +++ b/docs/user-documentation/general-admin-users/custom-database-queries.md @@ -242,7 +242,8 @@ the SQL statement should be one of the following **magic** words: select id, perm_id as data_set_key from data_sets ``` -> :warning: **Be careful with this feature**: The table is shown with the hyperlinks even if the value isn't a perm ID of specified type. +> :warning: +> **Be careful with this feature**: The table is shown with the hyperlinks even if the value isn't a perm ID of specified type. ### Edit a Query -- GitLab