Skip to main content
Skip table of contents

Data changes from 6.x -> 7.x

A database migration script is available for upgrading from 6.x to 7.x. However, if users have extra payloads stored separately from the database, they'll need to update those to 7.x standards on their own.

The following is a list of 6.x → 7.x changes that users should be aware of:

  1. As part of switching to base64 ids:

    1. “_partition” is now called “_partitionName”

    2. “_entitySet” (relevant in Channel objects) is now called “_entitySetName”

    3. For non-iso mappings, “clazzVfqn” is now called “clazzNqn”

    4. “_fqn” now refers to partitionId.entitySetId.lifecycleId

    5. “_nqn” refers to partitionName.entitySetName.lifecycleName

  2. Ontology converter now an Annotation object to store URL slugs. Users don’t need to change their OWL payloads, but they may need to re-run them on a migrated 7.x stack to create the Annotation objects.

  3. For the SBE-provided ontologies, CommonCoreOntology has been removed.

  4. The “resourceLocatorValue” field of Permission objects now refers to the base64 partitionId of Partitions.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.