mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
7 lines
295 B
SQL
Executable File
7 lines
295 B
SQL
Executable File
#Update category table with new values for Other categories
|
|
UPDATE category SET id = 1999 WHERE id = 1090;
|
|
UPDATE category SET id = 2999 WHERE id = 2020;
|
|
UPDATE category SET id = 3999 WHERE id = 3050;
|
|
UPDATE category SET id = 5999 WHERE id = 5050;
|
|
UPDATE category SET id = 6999 WHERE id = 6070;
|