X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/73d14da2b2bf18a91937cf08ee3da6e62f2d01e0..ebcf3daac421df8e3925e5fff52b26d4bb789286:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index 41864c45..491330f2 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -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.
\n";