mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(database): SeedPool migrations (#1838)
This commit is contained in:
parent
be9a956598
commit
2dcd876068
2 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||
`,
|
||||
}
|
||||
|
|
|
@ -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';
|
||||
`,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue