changeset 5307:4ba3fda13c50 zpg-exception

Fixed typo in migration script.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 28 May 2021 11:17:12 +0200
parents 6b0274693b48
children d1dba3611644
files schema/updates/1441/01.extend_sounding_result_view.sql
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/schema/updates/1441/01.extend_sounding_result_view.sql	Fri May 21 10:17:32 2021 +0200
+++ b/schema/updates/1441/01.extend_sounding_result_view.sql	Fri May 28 11:17:12 2021 +0200
@@ -13,7 +13,7 @@
             height,
             areas,
             surtyp,
-            zpg_execption
+            zpg_exception
         FROM waterway.sounding_results_iso_areas ia
             JOIN waterway.sounding_results sr ON sr.id = ia.sounding_result_id
     $$);