]> wagnertech.de Git - timetracker.git/blobdiff - dbinstall.php
Fixed cleanup code to include tt_roles table.
[timetracker.git] / dbinstall.php
index 41864c4591d5defea5e86a704e5f628abccd3bc5..491330f232916f6a42feed88b0fe6cd1a48eb908 100755 (executable)
@@ -763,6 +763,7 @@ if ($_POST) {
     setChange("OPTIMIZE TABLE tt_tmp_refs");
     setChange("OPTIMIZE TABLE tt_user_project_binds");
     setChange("OPTIMIZE TABLE tt_users");
+    setChange("OPTIMIZE TABLE tt_roles");
   }
 
   print "done.<br>\n";