/BlogEngine/BlogEngine.NET/setup/SQLServer/MSSQLUpgradeTo1.5.0.0From1.4.5.0.sql
# · SQL · 6 lines · 3 code · 1 blank · 2 comment · 0 complexity · b9927f87dfac638837dd863e309a53ba MD5 · raw file
- /****** BlogEngine.NET 1.5 SQL Upgrade Script ******/
-
- /* be_PostComment update */
- ALTER TABLE [dbo].[be_PostComment]
- ADD
- [ParentCommentID] [uniqueidentifier] NOT NULL DEFAULT ('00000000-0000-0000-0000-000000000000')