X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=dbinstall.php;h=ea177e978bc8ea982293963175f81e02d26f20b6;hb=1567369ac1fb744b704cacbe77542f55e410d61b;hp=55d09be0a62a432eacbd946f4e85a6770ad90b83;hpb=ec990c16140c0a4793c7510e684e7617c5d5306d;p=timetracker.git diff --git a/dbinstall.php b/dbinstall.php index 55d09be0..ea177e97 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["convert11797to11826"]) { + if ($_POST["convert11797to11834"]) { ttExecute("ALTER TABLE `tt_fav_reports` CHANGE `group_by` `group_by1` varchar(20) default NULL"); ttExecute("ALTER TABLE `tt_fav_reports` ADD `group_by2` varchar(20) default NULL AFTER `group_by1`"); ttExecute("ALTER TABLE `tt_fav_reports` ADD `group_by3` varchar(20) default NULL AFTER `group_by2`"); @@ -1040,6 +1040,8 @@ if ($_POST) { ttExecute("ALTER TABLE `tt_groups` ADD COLUMN `description` varchar(255) default NULL after `name`"); ttExecute("UPDATE `tt_site_config` SET param_value = '1.18.26', modified = now() where param_name = 'version_db' and param_value = '1.18.24'"); ttExecute("update `tt_client_project_binds` cpb inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.18.26') inner join `tt_clients` c on c.id = cpb.client_id set cpb.group_id = c.group_id, cpb.org_id = c.org_id where cpb.org_id is null"); + ttExecute("ALTER TABLE `tt_users` ADD COLUMN `quota_percent` float(6,2) default NULL after `rate`"); + ttExecute("UPDATE `tt_site_config` SET param_value = '1.18.34', modified = now() where param_name = 'version_db' and param_value = '1.18.26'"); } if ($_POST["cleanup"]) { @@ -1087,7 +1089,7 @@ if ($_POST) {

DB Install

-
Create database structure (v1.18.26) + Create database structure (v1.18.34)
(applies only to new installations, do not execute when updating)
@@ -1128,12 +1130,12 @@ if ($_POST) { Update database structure (v1.17.44 to v1.17.97) -
+
- Update database structure (v1.17.97 to v1.18.26) - + Update database structure (v1.17.97 to v1.18.34) +