We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d4fd5 commit a87c888Copy full SHA for a87c888
1 file changed
internal/db/sql/queries/board.sql
@@ -1,6 +1,6 @@
1
-- name: GetBoard :one
2
SELECT
3
- fullName,
+ full_name,
4
picture,
5
discord
6
FROM
@@ -19,4 +19,4 @@ INNER JOIN positions
19
ON officers.uuid = positions.oid
20
INNER JOIN tiers
21
ON positions.tier = tiers.tier
22
-WHERE officers.fullName = ?
+WHERE officers.full_name = ?
0 commit comments