# HG changeset patch # User Sascha L. Teichmann # Date 1622193432 -7200 # Node ID 4ba3fda13c506e374ca3b324409ee63550b75f26 # Parent 6b0274693b485b774e418e7936ad02f111136a2f Fixed typo in migration script. diff -r 6b0274693b48 -r 4ba3fda13c50 schema/updates/1441/01.extend_sounding_result_view.sql --- 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 $$);