From a13f6f56bcf098acc43dab9cf2428df17c6645f1 Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Tue, 1 Aug 2023 10:26:46 +0000
Subject: [PATCH] Update maintenance-tasks.md

---
 .../advanced-features/maintenance-tasks.md                     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/system-admin-documentation/advanced-features/maintenance-tasks.md b/docs/system-admin-documentation/advanced-features/maintenance-tasks.md
index c75207a99d6..134edf054fc 100644
--- a/docs/system-admin-documentation/advanced-features/maintenance-tasks.md
+++ b/docs/system-admin-documentation/advanced-features/maintenance-tasks.md
@@ -794,7 +794,8 @@ Some rules:
 -   Material type codes and property type codes have to be in upper
     case.
 
-> :warning: **If you put a foreign key constraint on the material code of one of the material properties, you need to define the constraint checking as DEFERRED in order to not get a constraint violation. The reason is that this task will *not* order the `INSERT` statements by its dependencies, but in alphabetical order.**
+> :warning: 
+> **If you put a foreign key constraint on the material code of one of the material properties, you need to define the constraint checking as DEFERRED in order to not get a constraint violation. The reason is that this task will *not* order the `INSERT` statements by its dependencies, but in alphabetical order.**
 
 ### UsageReportingTask
 
-- 
GitLab