fix(database): SeedPool migrations (#1838)

This commit is contained in:
ze0s 2024-11-24 21:51:47 +01:00 committed by GitHub
parent be9a956598
commit 2dcd876068
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -993,6 +993,6 @@ UPDATE irc_network
`,
`UPDATE irc_network
SET port = '6697', tls = true
WHERE server = 'irc.seedhost.org';
WHERE server = 'irc.seedpool.org';
`,
}

View file

@ -1635,6 +1635,6 @@ UPDATE irc_network
`,
`UPDATE irc_network
SET port = '6697', tls = true
WHERE server = 'irc.seedhost.org';
WHERE server = 'irc.seedpool.org';
`,
}