/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

  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'