You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Source changes

POM

In the root pom.xml:

  • change parent/version from 2.1.5 to 2.1.6
  • change properties/syncope.version from 2.1.5 to 2.1.6

Files

Replace the following files with their 2.1.6 counterparts (if found, re-apply any customization previously made; otherwise, skip):

Internal Storage

CREATE INDEX TaskExec_TaskIdIndex ON TaskExec(task_id);
CREATE INDEX AnyTemplatePullTask_PullTaskIndex ON AnyTemplatePullTask(pullTask_id);
CREATE INDEX NotificationTask_recipientsIndex ON NotificationTask_recipients(notificationTask_id);


  • No labels