mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 00:01:21 +00:00
Rename groups table to usenet_groups as groups is a reserved word in mysql now
This commit is contained in:
@@ -37,7 +37,7 @@ if ($argv[3] === 'true') {
|
||||
|
||||
$pdo = DB::connection()->getPdo();
|
||||
|
||||
$group = DB::selectOne(sprintf('SELECT id FROM groups WHERE name = %s', escapeString($argv[1])));
|
||||
$group = DB::selectOne(sprintf('SELECT id FROM usenet_groups WHERE name = %s', escapeString($argv[1])));
|
||||
|
||||
if ($group === false) {
|
||||
exit('No group with name '.$argv[1].' found in the database.');
|
||||
|
||||
Reference in New Issue
Block a user