Delete chirps

This commit is contained in:
2025-03-11 23:04:05 +02:00
parent 704393e0e4
commit bad1d140ee
3 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- name: DeleteChirpByID :exec
DELETE FROM chirps WHERE id = $1;