gustafn
committed
on 13 Feb 16
file upgrade-5.9.1d9-5.9.1d10.sql was initially added on branch oacs-5-9.
/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;