Files
oqtane.framework/Oqtane.Server/Scripts/Tenant.01.00.04.01.sql
2020-08-26 15:24:44 -04:00

4 lines
75 B
Transact-SQL

ALTER TABLE [dbo].[Page]
ALTER COLUMN [Path] [nvarchar](256) NOT NULL
GO