X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/8e10219e51dcb9c39d84fe792b6207227d12b46a..f1025fe95f90cd8dc7fa3b3f75617e447ab33f2e:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index 3dfcb931..0d8ea9a4 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -957,7 +957,7 @@ if ($_POST) { print "Updated $tt_expense_items_updated tt_expense_items records...
\n"; } - if ($_POST["convert11797to11818"]) { + if ($_POST["convert11797to11819"]) { setChange("ALTER TABLE `tt_fav_reports` CHANGE `group_by` `group_by1` varchar(20) default NULL"); setChange("ALTER TABLE `tt_fav_reports` ADD `group_by2` varchar(20) default NULL AFTER `group_by1`"); setChange("ALTER TABLE `tt_fav_reports` ADD `group_by3` varchar(20) default NULL AFTER `group_by2`"); @@ -1010,6 +1010,10 @@ if ($_POST) { setChange("update `tt_project_task_binds` ptb inner join tt_site_config sc on (sc.param_name = 'version_db' and sc.param_value = '1.18.17') inner join `tt_projects` p on p.id = ptb.project_id set ptb.group_id = p.group_id, ptb.org_id = p.org_id where ptb.org_id is null"); setChange("create unique index project_task_idx on tt_project_task_binds(project_id, task_id)"); setChange("UPDATE `tt_site_config` SET param_value = '1.18.18', modified = now() where param_name = 'version_db' and param_value = '1.18.17'"); + setChange("ALTER TABLE `tt_fav_reports` ADD `group_id` int(11) default NULL AFTER `user_id`"); + setChange("ALTER TABLE `tt_fav_reports` ADD `org_id` int(11) default NULL AFTER `group_id`"); + setChange("UPDATE `tt_site_config` SET param_value = '1.18.19', modified = now() where param_name = 'version_db' and param_value = '1.18.18'"); + setChange("update `tt_fav_reports` fr inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.18.19') inner join `tt_users` u on u.id = fr.user_id set fr.group_id = u.group_id, fr.org_id = u.org_id where fr.org_id is null"); } if ($_POST["cleanup"]) { @@ -1056,7 +1060,7 @@ if ($_POST) {

DB Install

-
Create database structure (v1.18.18) + Create database structure (v1.18.19)
(applies only to new installations, do not execute when updating)
@@ -1101,8 +1105,8 @@ if ($_POST) { - Update database structure (v1.17.97 to v1.18.18) - + Update database structure (v1.17.97 to v1.18.19) +