From 388e3afd25e738854912738c1d39644fccfe0f5f Mon Sep 17 00:00:00 2001 From: Anders Gustafsson Date: Tue, 3 Mar 2026 10:32:33 +0100 Subject: [PATCH] 8730 - fix comment line in migration 613 --- migrations/000.613.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/000.613.sql b/migrations/000.613.sql index dfc8f43..dbed8d7 100644 --- a/migrations/000.613.sql +++ b/migrations/000.613.sql @@ -27,5 +27,5 @@ FROM ( CREATE UNIQUE INDEX ON mv_category_locale_safexmlpath (category_id, locale_id); CREATE INDEX ON mv_category_locale_safexmlpath (locale_id, safe_xml_path); -COMMENT ON MATERIALIZED VIEW IS 'Materialized view for fast lookup of category id from localized safe xml path and locale. Path construction logic mirrors v_esales_categorytree_i18n_unmaterialized but additionally applies the getsafexmlpath(..., 2) function.'; +COMMENT ON MATERIALIZED VIEW mv_category_locale_safexmlpath IS 'Materialized view for fast lookup of category id from localized safe xml path and locale. Path construction logic mirrors v_esales_categorytree_i18n_unmaterialized but additionally applies the getsafexmlpath(..., 2) function.'; ALTER MATERIALIZED VIEW mv_category_locale_safexmlpath OWNER TO Photowall;