Skip to content

Commit

Permalink
Small syntax adjustment to electerious#533
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious authored and Nils-TUD committed Jul 29, 2016
1 parent dfad418 commit 0a7f135
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 0a7f135

Please sign in to comment.