alter table orgies add column start_utc int not null; alter table orgies add column started bool not null; update modactions set kind='schedule_orgy' where kind='start_orgy';