Files
newznab-tmux/lib/DB/patches/0011_prehash.sql
T

3 lines
190 B
SQL

ALTER TABLE `prehash` ADD INDEX `ix_prehash_size` (`size`);
ALTER TABLE `prehash` ADD INDEX `ix_prehash_category` (`category`);
UPDATE `tmux` set `value` = '11' where `setting` = 'sqlpatch';