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:
Milan
2020-02-29 20:51:31 +01:00
parent 775ff5f761
commit eb2986e1da
6 changed files with 16 additions and 4 deletions

View File

@@ -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`;