Skip to content

Commit

Permalink
Fixed sql syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
allomanta committed Oct 15, 2024
1 parent 1d098b1 commit 389e75e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IguideME.Web/Services/Constants/DatabaseQueries.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ ORDER BY `end_timestamp` DESC
@"SELECT `user_tracker`.`id`,
`user_tracker`.`time`,
`user_tracker`.`user_id`,
`user_tracker`.`action`,
`user_tracker`.`action`
FROM `user_tracker`
INNER JOIN `canvas_users`
ON `canvas_users`.`user_id`=`user_tracker`.`user_id`
Expand Down
4 changes: 2 additions & 2 deletions charts/iguideme/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: iguideme
description: IguideME
type: application
version: 0.2.96
appVersion: "0.2.96"
version: 0.2.97
appVersion: "0.2.97"

0 comments on commit 389e75e

Please sign in to comment.