You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SlidePublishTask was built to migrate from the original ShowSlide boolean to a versioned draft/live record. Now that ShowSlide has been dropped as a $db static, the task no longer works in recent versions.
We'll need to adjust the task across major versions to handle data migration from version 1 to 2, 2 to 3, and 3 to 4.
This may require a database query to see if the records contain the ShowSlide column in the version after this was depreciated.
The text was updated successfully, but these errors were encountered:
The
SlidePublishTask
was built to migrate from the originalShowSlide
boolean to a versioned draft/live record. Now thatShowSlide
has been dropped as a$db
static, the task no longer works in recent versions.We'll need to adjust the task across major versions to handle data migration from version 1 to 2, 2 to 3, and 3 to 4.
This may require a database query to see if the records contain the
ShowSlide
column in the version after this was depreciated.The text was updated successfully, but these errors were encountered: