X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/55bb8bbaca7f898c41398861c266763dd5ead789..f16c4f8b2a5b9b196fdfe46f329e54c89a861f7b:/dbinstall.php
diff --git a/dbinstall.php b/dbinstall.php
index 8dfe1bf1..5fec589e 100644
--- a/dbinstall.php
+++ b/dbinstall.php
@@ -805,6 +805,11 @@ if ($_POST) {
print "Updated $users_updated users...
\n";
}
+ if ($_POST["convert11744to11748"]) {
+ setChange("update `tt_roles` inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.17.44') set rights = replace(rights, 'override_punch_mode,override_date_lock', 'override_punch_mode,override_own_punch_mode,override_date_lock')");
+ setChange("UPDATE `tt_site_config` SET param_value = '1.17.48' where param_name = 'version_db' and param_value = '1.17.44'");
+ }
+
if ($_POST["cleanup"]) {
$mdb2 = getConnection();
@@ -848,7 +853,7 @@ if ($_POST) {
| Create database structure (v1.17.44) + | Create database structure (v1.17.48)
(applies only to new installations, do not execute when updating) |