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
commit bbbe48b976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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