8730 - fix comment line in migration 613

This commit is contained in:
Anders Gustafsson
2026-03-03 10:32:33 +01:00
parent a4536670f0
commit 388e3afd25
+1 -1
View File
@@ -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;