PageRenderTime 57ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/BlogEngine/BlogEngine.NET/setup/SQLite/SQLiteUpgradeTo1.5.0From1.4.5.txt

#
Plain Text | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | 57130eebdc5a13b9fbeddd2f8a44828d MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. ALTER TABLE be_PostComment
  2. ADD [ParentCommentID] VARCHAR(36) NULL DEFAULT '00000000-0000-0000-0000-000000000000';
  3. UPDATE be_PostComment
  4. SET ParentCommentID = '00000000-0000-0000-0000-000000000000'