Merge "Put the check for empty comment outside of the section anchor section of EditP...
[lhc/web/wiklou.git] / maintenance / archives / patch-page_props-propname-page-index.sql
1 --
2 -- Creates the pp_propname_page index on page_props
3 --
4 CREATE UNIQUE INDEX /*i*/pp_propname_page ON /*_*/page_props (pp_propname, pp_page);