From 2b21a3f23883020afe18a10c1fa6b4135b8e7724 Mon Sep 17 00:00:00 2001 From: ceoche <cel@kereval.com> Date: Wed, 28 Jun 2023 09:56:18 +0200 Subject: [PATCH] TM install fix: missing SQL functions for jasper PDF reports --- Test-Management/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Test-Management/installation.md b/Test-Management/installation.md index c66f1cb..9ec6040 100755 --- a/Test-Management/installation.md +++ b/Test-Management/installation.md @@ -49,6 +49,7 @@ Download the files containing all the data required by the application to proper ```bash psql -U gazelle your_database < schema-X.X.X.sql psql -U gazelle your_database < init-X.X.X.sql +psql -U gazelle your_database < create_functions.sql ``` # Graphviz -- GitLab