mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
Add support for using freeleech tokens if available
This commit is contained in:
parent
74f777340e
commit
1242c19883
21 changed files with 88 additions and 34 deletions
|
@ -2018,5 +2018,9 @@ CREATE INDEX release_hybrid_index
|
|||
FROM irc_network
|
||||
WHERE server = 'irc.rocket-hd.cc'
|
||||
);
|
||||
`,
|
||||
`ALTER TABLE filters
|
||||
ADD COLUMN freeleach_tokens BOOLEAN
|
||||
AFTER freeleech_percent;
|
||||
`,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue