diff --git a/php/database/update_030102.php b/php/database/update_030102.php index 145dbee..cf89ddc 100644 --- a/php/database/update_030102.php +++ b/php/database/update_030102.php @@ -68,6 +68,6 @@ $result = Database::execute($connection, $query, 'update_030102', __LINE__); if ($result===false) Response::error('Could not change type of the id field!'); // Set version -//if (Database::setVersion($connection, '030102')===false) Response::error('Could not update version of database!'); +if (Database::setVersion($connection, '030102')===false) Response::error('Could not update version of database!'); ?> \ No newline at end of file