Skip to content

Commit a87c888

Browse files
committed
Fixed board.sql queries
1 parent b3d4fd5 commit a87c888

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/db/sql/queries/board.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- name: GetBoard :one
22
SELECT
3-
fullName,
3+
full_name,
44
picture,
55
discord
66
FROM
@@ -19,4 +19,4 @@ INNER JOIN positions
1919
ON officers.uuid = positions.oid
2020
INNER JOIN tiers
2121
ON positions.tier = tiers.tier
22-
WHERE officers.fullName = ?
22+
WHERE officers.full_name = ?

0 commit comments

Comments
 (0)