Skip to content

Commit e636238

Browse files
authored
separate statements
1 parent c66abc5 commit e636238

File tree

1 file changed

+1
-0
lines changed
  • 13/umbraco-commerce/upgrading/migrate-from-vendr-to-umbraco-commerce

1 file changed

+1
-0
lines changed

13/umbraco-commerce/upgrading/migrate-from-vendr-to-umbraco-commerce/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ WHERE propertyEditorAlias LIKE 'Vendr.%'
221221
-- the nText field type for textValue is deprecated so we need to change it to nvarchar(max) first
222222
ALTER TABLE umbracoPropertyData
223223
ALTER COLUMN textValue nvarchar(max) NULL;
224+
Go
224225

225226
UPDATE umbracoPropertyData
226227
SET textValue = REPLACE(textValue, N'Vendr.VariantsEditor', N'Umbraco.Commerce.VariantsEditor')

0 commit comments

Comments
 (0)