mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-31 18:28:54 +00:00
Fix patch 111, final fix
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
<precommit>9</precommit>
|
||||
<!-- this is the version of the pre-commit file in githooks NOT the files it calls -->
|
||||
</hooks>
|
||||
<commit>4400</commit></git>
|
||||
<commit>4401</commit></git>
|
||||
</versions>
|
||||
</newznab>
|
||||
|
||||
@@ -18,7 +18,7 @@ CREATE PROCEDURE update_collections()
|
||||
IF done
|
||||
THEN LEAVE alter_loop; END IF;
|
||||
SET @SQL := CONCAT("ALTER IGNORE TABLE ", tname,
|
||||
" ADD noise CHAR(32) NOT NULL DEFAULT '' AFTER releaseid COMMENT 'FK to collections table'");
|
||||
" ADD noise CHAR(32) NOT NULL DEFAULT '' COMMENT 'FK to collections table' AFTER releaseid");
|
||||
PREPARE _stmt FROM @SQL;
|
||||
EXECUTE _stmt;
|
||||
DEALLOCATE PREPARE _stmt;
|
||||
|
||||
Reference in New Issue
Block a user