Merge pull request #700 from nohorse/patch-1

Create Tenant.01.00.02.02.sql
This commit is contained in:
Shaun Walker
2020-08-26 15:08:35 -04:00
committed by GitHub

View File

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