mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(indexers): update Fuzer IRC addr (#1764)
This commit is contained in:
parent
00326d2486
commit
509e4ddaed
3 changed files with 9 additions and 1 deletions
|
@ -970,5 +970,9 @@ ALTER TABLE irc_network
|
|||
|
||||
CREATE INDEX filter_priority_index
|
||||
ON filter (priority);
|
||||
`,
|
||||
`UPDATE irc_network
|
||||
SET server = 'irc.fuzer.xyz'
|
||||
WHERE server = 'irc.fuzer.me';
|
||||
`,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue