X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/39ccd603de95cb71725f7daff81c6e7abd70bb29..f74704271ae5d37aee3fdf941f3462c8b92ad0fd:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index 2b875518..c32695d5 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -700,7 +700,7 @@ if ($_POST) { setChange("OPTIMIZE TABLE tt_fav_reports"); setChange("OPTIMIZE TABLE tt_invoices"); setChange("OPTIMIZE TABLE tt_log"); - setChange("OPTIMIZE TABLE tt_monthly_quota"); + setChange("OPTIMIZE TABLE tt_monthly_quotas"); setChange("OPTIMIZE TABLE tt_project_task_binds"); setChange("OPTIMIZE TABLE tt_projects"); setChange("OPTIMIZE TABLE tt_tasks");