Save database update version for 3.1.2

This commit is contained in:
Tobias Reich 2016-06-12 17:44:33 +02:00
parent 1adc2dec00
commit 659a570b2e

View File

@ -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!'); if ($result===false) Response::error('Could not change type of the id field!');
// Set version // 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!');
?> ?>