mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(indexers): new baseURL for Fuzer (#1724)
* fix(indexers): new URL for Fuzer * fix(indexers): add database migrations
This commit is contained in:
parent
425c3b21ef
commit
490308c9c6
3 changed files with 9 additions and 1 deletions
|
@ -954,5 +954,9 @@ ALTER TABLE irc_network
|
|||
ALTER TABLE irc_network
|
||||
ADD FOREIGN KEY (proxy_id) REFERENCES proxy
|
||||
ON DELETE SET NULL;
|
||||
`,
|
||||
`UPDATE indexer
|
||||
SET base_url = 'https://fuzer.xyz/'
|
||||
WHERE base_url = 'https://fuzer.me/';
|
||||
`,
|
||||
}
|
||||
|
|
|
@ -1590,5 +1590,9 @@ ALTER TABLE irc_network
|
|||
CONSTRAINT irc_network_proxy_id_fk
|
||||
REFERENCES proxy(id)
|
||||
ON DELETE SET NULL;
|
||||
`,
|
||||
`UPDATE indexer
|
||||
SET base_url = 'https://fuzer.xyz/'
|
||||
WHERE base_url = 'https://fuzer.me/';
|
||||
`,
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@ identifier: fuzer
|
|||
description: Fuzer is a private Israeli tracker
|
||||
language: he-il
|
||||
urls:
|
||||
- https://fuzer.me/
|
||||
- https://fuzer.xyz/
|
||||
privacy: private
|
||||
protocol: torrent
|
||||
supports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue