matthewg
committed
on 27 Apr 06
hiding options list/form if the widget doesn't have any options (and is thus a date or textbox widget
/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