feat(api): add PATCH /users/@me, remove PATCH /users/@me/fields
This commit is contained in:
parent
f4a6296d13
commit
57c7a0f4de
6 changed files with 188 additions and 67 deletions
|
@ -14,6 +14,8 @@ import (
|
|||
|
||||
var sq = squirrel.StatementBuilder.PlaceholderFormat(squirrel.Dollar)
|
||||
|
||||
const ErrNothingToUpdate = errors.Sentinel("nothing to update")
|
||||
|
||||
type DB struct {
|
||||
*pgxpool.Pool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue