8730 - fix comment line in migration 613
This commit is contained in:
@@ -27,5 +27,5 @@ FROM (
|
|||||||
CREATE UNIQUE INDEX ON mv_category_locale_safexmlpath (category_id, locale_id);
|
CREATE UNIQUE INDEX ON mv_category_locale_safexmlpath (category_id, locale_id);
|
||||||
CREATE INDEX ON mv_category_locale_safexmlpath (locale_id, safe_xml_path);
|
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;
|
ALTER MATERIALIZED VIEW mv_category_locale_safexmlpath OWNER TO Photowall;
|
||||||
|
|||||||
Reference in New Issue
Block a user