lars
committed
on 05 Dec 03
The 'Community' to 'Subsite' change went a little amok and also changed the community template to subsite template, which doesn't make senseā€¦ Show more
The 'Community' to 'Subsite' change went a little amok and also changed the community template to subsite template, which doesn't make sense, since all available master templates by definition are subsite templates, i.e. they apply to acs-subsite

Show less

/upgrade/upgrade-0.5.1d1-0.5.1d2.sql (+4)
  1 alter table bulk_mail_messages drop constraint bm_messages_status_ck;
  2 alter table bulk_mail_messages add constraint bm_messages_status_ck
  3     check (status in ('pending', 'sent', 'cancelled'));
  4