Skip to content

Commit

Permalink
remove name
Browse files Browse the repository at this point in the history
  • Loading branch information
benny-conn committed Oct 24, 2023
1 parent fa2adb1 commit c235a1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions db/queries/core/query.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ SELECT * FROM users WHERE (traits->$1::string) IS NOT NULL AND deleted = false;
-- name: GetUsersWithTraitBatch :batchmany
SELECT * FROM users WHERE (traits->$1::string) IS NOT NULL AND deleted = false;

-- name:

-- name: GetGalleryById :one
SELECT * FROM galleries WHERE id = $1 AND deleted = false;

Expand Down

0 comments on commit c235a1d

Please sign in to comment.