Skip to content

Commit

Permalink
also remove username from select query
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Aug 22, 2023
1 parent 54f37fb commit dbd01c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion common/src/main/resources/queries/mysql/select-player.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ SELECT
muted,
deafened,
selectedchannel,
username,
displayname,
LOWER(CONCAT(
LEFT(HEX(lastwhispertarget), 8), '-',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ SELECT
muted,
deafened,
selectedchannel,
username,
displayname,
lastwhispertarget,
whisperreplytarget,
Expand Down

0 comments on commit dbd01c5

Please sign in to comment.