Browse Source

Added #533 to the list of update scripts

Tobias Reich 8 years ago
parent
commit
895825ada0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      php/Modules/Database.php

+ 2 - 1
php/Modules/Database.php

@@ -14,7 +14,8 @@ final class Database {
 		'030000', // 3.0.0
 		'030001', // 3.0.1
 		'030003', // 3.0.3
-		'030100' // 3.1.0
+		'030100', // 3.1.0
+		'030102' // 3.1.2
 	);
 
 	/**