You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

4 lines
302 B

ALTER TABLE `tiki_calendar_recurrence` ADD `uid` VARCHAR(200);
ALTER TABLE `tiki_calendar_recurrence` ADD `uri` VARCHAR(200);
ALTER TABLE `tiki_calendar_items` ADD `recurrenceStart` INT(14) DEFAULT NULL AFTER `changed`;
UPDATE `tiki_calendar_items` SET `recurrenceStart` = `start` WHERE `changed` = 1;