You could also run this snippet periodically to pick up all objects activated since Dec 1st:
update "_SYS_REPO"."ACTIVE_OBJECT" set "ACTIVATED_AT" = to_timestamp('2013-Nov-30', 'YYYY-MON-DD') where "ACTIVATED_AT" >= to_timestamp('2013-Dec-01', 'YYYY-MON-DD');