mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
feat(indexers): REDACTED update urls (#1830)
* feat(indexers): REDACTED update urls * feat(databse): REDACTED update urls in db with migrations
This commit is contained in:
parent
f54c51fa06
commit
b0a30dd136
5 changed files with 20 additions and 12 deletions
|
@ -1628,5 +1628,9 @@ UPDATE irc_network
|
|||
UPDATE irc_network
|
||||
SET server = 'irc.atw-inter.net', name = 'ATW-Inter'
|
||||
WHERE server = 'irc.ircnet.com';
|
||||
`,
|
||||
`UPDATE indexer
|
||||
SET base_url = 'https://redacted.sh/'
|
||||
WHERE base_url = 'https://redacted.ch/';
|
||||
`,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue