From fc50a45ecd5e4361981db8643889b7e92d92e1a6 Mon Sep 17 00:00:00 2001 From: Mark Davis <311063+nohorse@users.noreply.github.com> Date: Sat, 22 Aug 2020 14:55:43 -0700 Subject: [PATCH] Create Tenant.01.00.02.02.sql Proposed fixed for #699 --- Oqtane.Server/Scripts/Tenant.01.00.02.02.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Oqtane.Server/Scripts/Tenant.01.00.02.02.sql diff --git a/Oqtane.Server/Scripts/Tenant.01.00.02.02.sql b/Oqtane.Server/Scripts/Tenant.01.00.02.02.sql new file mode 100644 index 00000000..ba14575a --- /dev/null +++ b/Oqtane.Server/Scripts/Tenant.01.00.02.02.sql @@ -0,0 +1,3 @@ +ALTER TABLE [dbo].[Page] +ALTER COLUMN [Path] [nvarchar](256) NOT NULL +GO