From 895825ada070c34ecf0646f64546d57be65fa8c4 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Mon, 2 May 2016 19:51:21 +0200 Subject: [PATCH] Added #533 to the list of update scripts --- php/Modules/Database.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/Modules/Database.php b/php/Modules/Database.php index 11afdff..11924b5 100755 --- a/php/Modules/Database.php +++ b/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 ); /**