gustafn
committed
on 30 Mar 18
use per-thread caching for dotlrn_community::get_community_id to reduce stress on util_memoize cache
/upgrade/upgrade-5.7.0d1-5.7.0d2.sql (+1 -1)
1   -- Getting right constraint names on subsite_themes this dont matter for PG since
  1 -- Getting right constraint names on subsite_themes. This doesn't matter for PG...
2 2 --
3 3 --
4 4 -- @author Victor Guerra (vguerra@gmail.com)
5 5 -- @creation-date 2010-09-29
6 6 --
7 7
8 8 alter table subsite_themes rename constraint subsite_theme_name_nn to subsite_themes_nn;
9 9 alter table subsite_themes rename constraint subsite_theme_template_nn to subsite_themes_template_nn;