mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +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
|
ALTER TABLE irc_network
|
||||||
ADD FOREIGN KEY (proxy_id) REFERENCES proxy
|
ADD FOREIGN KEY (proxy_id) REFERENCES proxy
|
||||||
ON DELETE SET NULL;
|
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
|
CONSTRAINT irc_network_proxy_id_fk
|
||||||
REFERENCES proxy(id)
|
REFERENCES proxy(id)
|
||||||
ON DELETE SET NULL;
|
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
|
description: Fuzer is a private Israeli tracker
|
||||||
language: he-il
|
language: he-il
|
||||||
urls:
|
urls:
|
||||||
- https://fuzer.me/
|
- https://fuzer.xyz/
|
||||||
privacy: private
|
privacy: private
|
||||||
protocol: torrent
|
protocol: torrent
|
||||||
supports:
|
supports:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue