From a047983f53032950757572c3876fd45bb43e31cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Regamey=20Beno=C3=AEt?= Date: Wed, 14 Feb 2024 11:15:16 +0100 Subject: [PATCH] update documentation --- docs/cli_tools/Delete_unused_subtemplates.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cli_tools/Delete_unused_subtemplates.md b/docs/cli_tools/Delete_unused_subtemplates.md index b8f1e6e..d6b7176 100644 --- a/docs/cli_tools/Delete_unused_subtemplates.md +++ b/docs/cli_tools/Delete_unused_subtemplates.md @@ -1,6 +1,8 @@ geopycat provides a CLI script to delete subtemplates that are not referenced in any metadata. In order to successfully run this script, you should have admin rights and be able to connect to the PostgreSQL database of geocat.ch. +> The admin boundaries extent subtemplate are not deleted by this tool even if not used in any metadata. Admin boundaries extent are managed by the geocat team and should be available for everyone + ## Database connection You can specify the username and password for connecting to the database in environment variables or in CLI parameters (see below). If not, the script will prompt for credentials.