summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2026-03-05 23:19:11 +0100
committerGuilhem Moulin <guilhem@fripost.org>2026-03-05 23:19:11 +0100
commit8ee835b7fc9a3e3eac93a74f877b0b040d8dcb03 (patch)
tree46f8498ca7929fde52b57bfff0840c0232975202
parent4ad98953f1c5372bc21248c24b386b0fd915f019 (diff)
PostgreSQL: Add ogr_system_tables schema.
Cf. 4bb4d381f193f14260fc9f56679588d8e455dc93 in tools.
-rw-r--r--group_vars/all.yml1
m---------webmap-tools0
2 files changed, 1 insertions, 0 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml
index 00b04c8..4caa775 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
@@ -30,6 +30,7 @@ postgresql:
cluster: main
postgis_schemas:
+ - { name: ogr_system_tables, comment: "OGR metadata" }
- { name: lm_topo250, comment: "Lantmäteriets Topografi 250 (vektor)" }
- { name: mrr, comment: "Mineralrättigheter och prospektering" }
- { name: lst, comment: "Länsstyrelserna" }
diff --git a/webmap-tools b/webmap-tools
-Subproject 809059c08eae1723b82a0acfe459a71956148d3
+Subproject dac98568efd76dea7e7149c55a841218ea73378