- 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:
@@ -53,3 +53,8 @@ INSERT INTO
|
||||
tapology (name, url)
|
||||
VALUES
|
||||
(?, ?);
|
||||
|
||||
-- name: DeleteEmptyTapology :exec
|
||||
DELETE FROM tapology
|
||||
WHERE
|
||||
url = ''
|
||||
|
||||
Reference in New Issue
Block a user