From c52e93b7ac716432dc5bf03faea4db0f53ac95d1 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Mon, 2 May 2016 19:51:29 +0200 Subject: [PATCH] Small syntax adjustment to #533 --- php/database/update_030102.php | 1 - 1 file changed, 1 deletion(-) diff --git a/php/database/update_030102.php b/php/database/update_030102.php index c4e2677..06e3eb3 100644 --- a/php/database/update_030102.php +++ b/php/database/update_030102.php @@ -40,7 +40,6 @@ if ($result===false) Response::error('Could not change type of the id field!'); // Change type of the id field $query = Database::prepare($connection, "ALTER TABLE `?` CHANGE `id` `id` BIGINT(14) UNSIGNED NOT NULL", [LYCHEE_TABLE_ALBUMS]); $result = Database::execute($connection, $query, 'update_030102', __LINE__); - if ($result===false) Response::error('Could not change type of the id field!'); // Set version