X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/d23d7bcb0be0840de0aa847c75e1673dba9302a8..5970acff895c6773c700d7e218ad4a932040789d:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index 09c8d02e..5144d196 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -805,7 +805,7 @@ if ($_POST) { print "Updated $users_updated users...
\n"; } - if ($_POST["convert11744to11796"]) { + if ($_POST["convert11744to11797"]) { 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'"); setChange("update `tt_users` inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.17.48') set role_id = (select id from tt_roles where team_id = 0 and rank = 512) where role = 324"); @@ -904,6 +904,9 @@ if ($_POST) { setChange("ALTER TABLE `tt_log` ADD `group_id` int(11) default NULL AFTER `user_id`"); setChange("ALTER TABLE `tt_expense_items` ADD `group_id` int(11) default NULL AFTER `user_id`"); setChange("UPDATE `tt_site_config` SET param_value = '1.17.96', modified = now() where param_name = 'version_db' and param_value = '1.17.92'"); + setChange("create index group_idx on tt_log(group_id)"); + setChange("create index group_idx on tt_expense_items(group_id)"); + setChange("UPDATE `tt_site_config` SET param_value = '1.17.97', modified = now() where param_name = 'version_db' and param_value = '1.17.96'"); } // The update_group_id function updates group_id field in tt_log and tt_expense_items tables. @@ -996,7 +999,7 @@ if ($_POST) {

DB Install

-
Create database structure (v1.17.96) + Create database structure (v1.17.97)
(applies only to new installations, do not execute when updating)
@@ -1036,8 +1039,8 @@ if ($_POST) {
- Update database structure (v1.17.44 to v1.17.96) -
+ Update database structure (v1.17.44 to v1.17.97) +