We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66abc5 commit e636238Copy full SHA for e636238
13/umbraco-commerce/upgrading/migrate-from-vendr-to-umbraco-commerce/README.md
@@ -221,6 +221,7 @@ WHERE propertyEditorAlias LIKE 'Vendr.%'
221
-- the nText field type for textValue is deprecated so we need to change it to nvarchar(max) first
222
ALTER TABLE umbracoPropertyData
223
ALTER COLUMN textValue nvarchar(max) NULL;
224
+Go
225
226
UPDATE umbracoPropertyData
227
SET textValue = REPLACE(textValue, N'Vendr.VariantsEditor', N'Umbraco.Commerce.VariantsEditor')
0 commit comments