Introduced override_own_punch_mode right.
[timetracker.git] / dbinstall.php
index 8dfe1bf..5fec589 100644 (file)
@@ -805,6 +805,11 @@ if ($_POST) {
     print "Updated $users_updated users...<br>\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) {
 <h2>DB Install</h2>
 <table width="80%" border="1" cellpadding="10" cellspacing="0">
   <tr>
-    <td width="80%"><b>Create database structure (v1.17.44)</b>
+    <td width="80%"><b>Create database structure (v1.17.48)</b>
     <br>(applies only to new installations, do not execute when updating)</br></td><td><input type="submit" name="crstructure" value="Create"></td>
   </tr>
 </table>
@@ -887,6 +892,10 @@ if ($_POST) {
     <td>Update database structure (v1.14 to v1.17.44)</td>
     <td><input type="submit" name="convert11400to11744" value="Update"><br><input type="submit" name="update_role_id" value="Update role_id"></td>
   </tr>
+    <tr valign="top">
+    <td>Update database structure (v1.17.44 to v1.17.48)</td>
+    <td><input type="submit" name="convert11744to11748" value="Update"></td>
+  </tr>
 </table>
 
 <h2>DB Maintenance</h2>