mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 10:18:55 +00:00
5 lines
238 B
SQL
Executable File
5 lines
238 B
SQL
Executable File
#Update category table with new values for Other Misc and Hashed
|
|
UPDATE category SET id = 0000 WHERE id = 8000;
|
|
UPDATE category SET id = 0010, parentid= 0000 WHERE id = 8010;
|
|
UPDATE category SET id = 0020, parentid= 0000 WHERE id = 8020;
|