1
1
Fork 0

Missing field in view

This commit is contained in:
Michael 2021-02-15 06:14:53 +00:00
commit 1778e57baf
3 changed files with 12 additions and 0 deletions

View file

@ -2152,6 +2152,7 @@ DROP VIEW IF EXISTS `tag-search-view`;
CREATE VIEW `tag-search-view` AS SELECT
`post-tag`.`uri-id` AS `uri-id`,
`post-user`.`uid` AS `uid`,
`post-user`.`id` AS `iid`,
`post-user`.`private` AS `private`,
`post-user`.`wall` AS `wall`,
`post-user`.`origin` AS `origin`,