mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
608cf40b46
Updated scripts, will not be adding pre data to prehash table if the title is 15 letters or less.
4 lines
184 B
SQL
4 lines
184 B
SQL
UPDATE releases SET preID = NULL, searchname = name, bitwise = ((bitwise & ~5)|0) WHERE LENGTH(searchname) <= 15 AND preID IS NOT NULL;
|
|
DELETE FROM prehash WHERE LENGTH(title) <= 15;
|
|
|