Save database update version for 3.1.2

pull/559/head
Tobias Reich 8 years ago
parent 1adc2dec00
commit 659a570b2e

@ -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!');
?>
Loading…
Cancel
Save