X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=database.sql;h=1c835587b1bfd5190301656b0d44b99d503ded02;hb=5b13de8e7f9380f5fc2e9fad609d381660c1a6cb;hp=2e39b5a1d1b148ef2ec366fe6cd375e03588930e;hpb=0c08e0fb791b4a8567a084292210110901f06953;p=friendica.git diff --git a/database.sql b/database.sql index 2e39b5a1d1..1c835587b1 100644 --- a/database.sql +++ b/database.sql @@ -1,6 +1,6 @@ -- ------------------------------------------ -- Friendica 2021.03-rc (Red Hot Poker) --- DB_UPDATE_VERSION 1411 +-- DB_UPDATE_VERSION 1412 -- ------------------------------------------ @@ -2231,6 +2231,7 @@ CREATE VIEW `tag-search-view` AS SELECT `post-user`.`gravity` AS `gravity`, `post-user`.`received` AS `received`, `post-user`.`network` AS `network`, + `post-user`.`author-id` AS `author-id`, `tag`.`name` AS `name` FROM `post-tag` INNER JOIN `tag` ON `tag`.`id` = `post-tag`.`tid`