4.24.1: Фильтрация проектов в отслеживании
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m50s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m50s
This commit is contained in:
@@ -14893,7 +14893,7 @@ func (a *App) getWeeklyStatsDataForUserAndWeek(userID int, year int, week int) (
|
||||
p.color
|
||||
FROM
|
||||
projects p
|
||||
LEFT JOIN
|
||||
INNER JOIN
|
||||
weekly_goals wg ON wg.project_id = p.id
|
||||
AND wg.goal_year = $2
|
||||
AND wg.goal_week = $3
|
||||
@@ -14904,6 +14904,7 @@ func (a *App) getWeeklyStatsDataForUserAndWeek(userID int, year int, week int) (
|
||||
AND $3 = wr.report_week
|
||||
WHERE
|
||||
p.deleted = FALSE AND p.user_id = $1
|
||||
AND wg.min_goal_score IS NOT NULL
|
||||
ORDER BY
|
||||
total_score DESC
|
||||
`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "play-life-web",
|
||||
"version": "4.24.0",
|
||||
"version": "4.24.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
||||
Reference in New Issue
Block a user