X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=dbinstall.php;h=ff0820b6371a5b7bf71442cf63953f4107d5a836;hb=2ccee198591bc2ad5d80b5e1076246449d9232c1;hp=4fcbc224d7949931e3a22497d7541b623ac776a3;hpb=7ae701986bfb6d16f661becd5157d5a062db625f;p=timetracker.git diff --git a/dbinstall.php b/dbinstall.php index 4fcbc224..ff0820b6 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -805,7 +805,7 @@ if ($_POST) { print "Updated $users_updated users...
\n"; } - if ($_POST["convert11744to11759"]) { + if ($_POST["convert11744to11764"]) { 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"); @@ -841,6 +841,9 @@ if ($_POST) { setChange("UPDATE `tt_site_config` SET param_value = '1.17.59', modified = now() where param_name = 'version_db' and param_value = '1.17.56'"); setChange("ALTER TABLE `tt_fav_reports` ADD `show_ip` tinyint(4) NOT NULL DEFAULT '0' AFTER `show_paid`"); setChange("UPDATE `tt_site_config` SET param_value = '1.17.61', modified = now() where param_name = 'version_db' and param_value = '1.17.59'"); + setChange("update `tt_log` l inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.17.61') set l.created = l.timestamp where l.created is null"); + setChange("ALTER TABLE `tt_log` drop `timestamp`"); + setChange("UPDATE `tt_site_config` SET param_value = '1.17.64', modified = now() where param_name = 'version_db' and param_value = '1.17.61'"); } if ($_POST["cleanup"]) { @@ -886,7 +889,7 @@ if ($_POST) {

DB Install

-
Create database structure (v1.17.59) + Create database structure (v1.17.64)
(applies only to new installations, do not execute when updating)
@@ -926,8 +929,8 @@ if ($_POST) {
- Update database structure (v1.17.44 to v1.17.59) - + Update database structure (v1.17.44 to v1.17.64) +