Checked on the wrong error number all along
This commit is contained in:
parent
b7993052f7
commit
9b46a6e7f7
@ -206,7 +206,7 @@ class LocalRecordsPlugin implements CallbackListener, CallQueueListener, Command
|
|||||||
|
|
||||||
$mysqli->query("ALTER TABLE `" . self::TABLE_RECORDS . "` ADD `checkpoints` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL");
|
$mysqli->query("ALTER TABLE `" . self::TABLE_RECORDS . "` ADD `checkpoints` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL");
|
||||||
if ($mysqli->error) {
|
if ($mysqli->error) {
|
||||||
if ($mysqli->errno !== 1062) {
|
if ($mysqli->errno !== 1060) {
|
||||||
// Duplicate
|
// Duplicate
|
||||||
trigger_error($mysqli->error, E_USER_ERROR);
|
trigger_error($mysqli->error, E_USER_ERROR);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user