Bug: Migration Script doesn’t set TopicReference
versions
#70
Labels
Area: SQL
Relates to the SQL Server database objects; do not use for the repository.
Priority: 1
Severity 2: Major
Status 5: Complete
Task is considered complete, and ready for deployment.
Type: Bug
Behavior that is inconsistent with documented or expected behavior.
Milestone
The migration script should set the
Version
of the migrated topic references to that of the sourceAttributeValue
. This was inadvertently overlooked during development since, originally, topic references couldn’t be versioned. As a result, rolling back to a version from before the 5.0.0 version results in topic references getting deleted.Should ideally apply a retroactive patch for migrated topics by joining them against
Attributes
with a match betweenAttributeValue
andtarget_TopicID
.Similarly, the default version for existing relationships should be set to the first version of the topic, since relationships can now be versioned as well. This likely defaulted to the date of the migration.
The text was updated successfully, but these errors were encountered: