Create Tenant.01.00.02.02.sql

Proposed fixed for #699
This commit is contained in:
Mark Davis
2020-08-22 14:55:43 -07:00
committed by GitHub
parent 2624b9c105
commit fc50a45ecd

View File

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