Files
newznab-tmux/resources/db/patches/mysql/0014_prehash.sql
T
2016-09-21 12:34:07 +02:00

9 lines
281 B
SQL
Executable File

/* Drop the adddate index */
ALTER TABLE prehash DROP INDEX ix_prehash_adddate;
/* Drop the adddate column */
ALTER TABLE prehash DROP COLUMN adddate;
/* Use tmux table to keep the last pre time (unixtime) */
INSERT IGNORE INTO tmux (setting, value) VALUES ('lastpretime', '0');