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:
ze0s 2024-11-24 14:07:45 +01:00 committed by GitHub
parent f54c51fa06
commit b0a30dd136
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 12 deletions

View file

@ -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/';
`,
}