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
|
CREATE INDEX filter_priority_index
|
||||||
ON filter (priority);
|
ON filter (priority);
|
||||||
|
`,
|
||||||
|
`UPDATE irc_network
|
||||||
|
SET server = 'irc.fuzer.xyz'
|
||||||
|
WHERE server = 'irc.fuzer.me';
|
||||||
`,
|
`,
|
||||||
}
|
}
|
||||||
|
|
|
@ -1612,5 +1612,9 @@ CREATE INDEX filter_enabled_index
|
||||||
|
|
||||||
CREATE INDEX filter_priority_index
|
CREATE INDEX filter_priority_index
|
||||||
ON filter (priority);
|
ON filter (priority);
|
||||||
|
`,
|
||||||
|
`UPDATE irc_network
|
||||||
|
SET server = 'irc.fuzer.xyz'
|
||||||
|
WHERE server = 'irc.fuzer.me';
|
||||||
`,
|
`,
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@ settings:
|
||||||
|
|
||||||
irc:
|
irc:
|
||||||
network: Fuzer
|
network: Fuzer
|
||||||
server: irc.fuzer.me
|
server: irc.fuzer.xyz
|
||||||
port: 6697
|
port: 6697
|
||||||
tls: true
|
tls: true
|
||||||
channels:
|
channels:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue