Skip to content

Commit

Permalink
re-add missing query
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Jun 22, 2023
1 parent c3c45a1 commit 2161f9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ func NewStore(ctx context.Context, db *sql.DB) (*Store, error) {
VALUES ($1, $2, $3, $4, $5)
`),

ids: p.P(`SELECT id FROM users`),

update: p.P(`
UPDATE users
SET
Expand Down

0 comments on commit 2161f9e

Please sign in to comment.