🐛 Trying to fix get featured posts failed
This commit is contained in:
parent
03f72d548d
commit
fb33f4abc9
@ -18,7 +18,7 @@ func GetFeaturedPosts(count int) ([]models.Post, error) {
|
|||||||
|
|
||||||
var posts []models.Post
|
var posts []models.Post
|
||||||
if err := database.C.Raw(`
|
if err := database.C.Raw(`
|
||||||
SELECT p.*
|
SELECT p.*, t.social_points
|
||||||
FROM posts p
|
FROM posts p
|
||||||
JOIN (
|
JOIN (
|
||||||
SELECT
|
SELECT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user