Browse Source

Save database update version for 3.1.2

Tobias Reich 7 years ago
parent
commit
659a570b2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/database/update_030102.php

+ 1 - 1
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!');
 
 ?>