]> git.mxchange.org Git - friendica.git/blobdiff - database.sql
CHANGELOG updates for Feb 6th
[friendica.git] / database.sql
index b66568ddf7fb711fb7240e76358ea72e998f4ed9..692b5deb70d2d593f006c591780cade3b2838b49 100644 (file)
@@ -1614,7 +1614,7 @@ CREATE VIEW `post-user-view` AS SELECT
        `post-content`.`title` AS `title`,
        `post-content`.`content-warning` AS `content-warning`,
        `post-content`.`raw-body` AS `raw-body`,
-       `post-content`.`body` AS `body`,
+       IFNULL (`post-content`.`body`, '') AS `body`,
        `post-content`.`rendered-hash` AS `rendered-hash`,
        `post-content`.`rendered-html` AS `rendered-html`,
        `post-content`.`language` AS `language`,