set series predecessor
if series move to another project or studio you can link the new series to the existing one.
This commit is contained in:
@@ -247,3 +247,6 @@ ALTER TABLE `calcms`.`calcms_user_settings`
|
||||
ADD COLUMN `project_id` INT(10) UNSIGNED NULL AFTER `calendar_fontsize`,
|
||||
ADD COLUMN `studio_id` INT(10) UNSIGNED NULL AFTER `project_id`;
|
||||
|
||||
ALTER TABLE `calcms`.`calcms_series`
|
||||
ADD COLUMN `predecessor_id` INT(10) NULL AFTER `has_single_events`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user