remove npl

This commit is contained in:
m
2026-07-12 22:15:23 +02:00
parent 010cb2cb49
commit 3650b7ba9d
21 changed files with 8 additions and 478 deletions
-5
View File
@@ -24,8 +24,3 @@ WHERE id = ?;
-- name: DeleteFile :exec
DELETE FROM files
WHERE id = ?;
-- name: UpdateNLPData :exec
UPDATE files
SET nlp_data = ?, updated_at = CURRENT_TIMESTAMP
WHERE id = ?;