mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
4 lines
173 B
SQL
Executable File
4 lines
173 B
SQL
Executable File
UPDATE releasecomment SET username = (SELECT username FROM users WHERE users.id = releasecomment.userid);
|
|
|
|
DELETE FROM users WHERE email = 'sharing@nZEDb.com' AND role = 0;
|