mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-01 10:48:53 +00:00
3 lines
192 B
SQL
Executable File
3 lines
192 B
SQL
Executable File
UPDATE prehash SET predate = CONCAT('2014', substr(predate, 5)) WHERE predate LIKE '%2015-12%';
|
|
UPDATE prehash SET predate = CONCAT('2015', substr(predate, 5)) WHERE predate LIKE '%2016-01%';
|