matthewg
committed
on 03 Apr 06
adding util_flush_regexp for person proc information that is cached to the contact::flush proc - since the name was being cached where it sh… Show more
adding util_flush_regexp for person proc information that is cached to the contact::flush proc - since the name was being cached where it shouldn't be

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