Small syntax adjustment to #533

This commit is contained in:
Tobias Reich 2016-05-02 19:51:29 +02:00
parent 895825ada0
commit c52e93b7ac

View File

@ -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