script file name should reflect next major version

This commit is contained in:
Shaun Walker
2020-08-26 15:24:44 -04:00
parent b09cb9d655
commit bb21eba39f

View File

@ -0,0 +1,3 @@
ALTER TABLE [dbo].[Page]
ALTER COLUMN [Path] [nvarchar](256) NOT NULL
GO