Skip to content

Commit

Permalink
Small syntax adjustment to #533
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious committed May 2, 2016
1 parent 895825a commit c52e93b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion php/database/update_030102.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
// 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
Expand Down

0 comments on commit c52e93b

Please sign in to comment.