Skip to content

Migration for content group publishingMode

  • Set publishingMode to
    • NONE if published flag is false or firstPublishedIndex == -1.
    • ALL if firstPublishedIndex == 0 and lastPublishedIndex is either -1 or max value.
    • SINGLE if lastPublishedIndex - firstPublishedIndex == 0`.
    • UP_TO if firstPublishedIndex == 0.
    • Otherwise: NONE (reset publishing state because ranges are no longer supported)
  • Set publishingIndex to
    • 0 if publishingMode is NONE or ALL.
    • Otherwise: the value of lastPublishedIndex
  • Remove published, firstPublishedIndex and lastPublishedIndex properties.
Edited by Daniel Gerhardt
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information