Save database update version for 3.1.2
This commit is contained in:
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…
Reference in New Issue
Block a user