PageRenderTime 49ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. /****** BlogEngine.NET 1.5 SQL Upgrade Script ******/
  2. /* be_PostComment update */
  3. ALTER TABLE [dbo].[be_PostComment]
  4. ADD
  5. [ParentCommentID] [uniqueidentifier] NOT NULL DEFAULT ('00000000-0000-0000-0000-000000000000')