mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
[Database version 1449] Coalesce null values in post-content.body field of post-user-view view
This commit is contained in:
parent
ad43c6f930
commit
34ca5958a8
3 changed files with 4 additions and 4 deletions
|
@ -101,7 +101,7 @@
|
|||
"title" => ["post-content", "title"],
|
||||
"content-warning" => ["post-content", "content-warning"],
|
||||
"raw-body" => ["post-content", "raw-body"],
|
||||
"body" => ["post-content", "body"],
|
||||
"body" => "IFNULL (`post-content`.`body`, '')",
|
||||
"rendered-hash" => ["post-content", "rendered-hash"],
|
||||
"rendered-html" => ["post-content", "rendered-html"],
|
||||
"language" => ["post-content", "language"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue