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;