.
This commit is contained in:
7
db/delete_robots_hosts.sql
Normal file
7
db/delete_robots_hosts.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
delete FROM snapshots
|
||||
WHERE host IN (
|
||||
SELECT DISTINCT host
|
||||
FROM snapshots
|
||||
WHERE error LIKE 'robots.txt%'
|
||||
)
|
||||
AND url LIKE 'gemini://' || host || '/%';
|
||||
Reference in New Issue
Block a user