/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
- ALTER TABLE be_PostComment
- ADD [ParentCommentID] VARCHAR(36) NULL DEFAULT '00000000-0000-0000-0000-000000000000';
-
- UPDATE be_PostComment
- SET ParentCommentID = '00000000-0000-0000-0000-000000000000'