Skip to content

Commit 76f227f

Browse files
TD-4016: Deployement issue fix
1 parent 2670516 commit 76f227f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebAPI/LearningHub.Nhs.Database/Scripts/Pre-Deploy/Script.PreDeployment.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ END
2020
GO
2121

2222
--TD-4016-Remove character limit from catalogue description
23-
ALTER TABLE hierarchy.CatalogueNodeVersion ALTER COLUMN Description nvarchar(max);
23+
ALTER TABLE hierarchy.CatalogueNodeVersion ALTER COLUMN Description nvarchar(max) NULL;
2424
GO

0 commit comments

Comments
 (0)