- added daily cleanup of empty tapology urls

- removed unique constraint for tapology urls
- fixed tapology url scraper
- updated go dependencies
This commit is contained in:
2026-02-01 16:17:19 -06:00
parent 06f6bca690
commit ea69970a4b
13 changed files with 2783 additions and 325 deletions
+5
View File
@@ -53,3 +53,8 @@ INSERT INTO
tapology (name, url)
VALUES
(?, ?);
-- name: DeleteEmptyTapology :exec
DELETE FROM tapology
WHERE
url = ''