X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e616d14ff2173bd13155592c0bdba23636376ffe..c360da4bcfd113a87bc156e0f009e968d8a8bf07:/dbinstall.php?ds=inline diff --git a/dbinstall.php b/dbinstall.php index 9f6972c9..b04a1f69 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -852,6 +852,7 @@ if ($_POST) { setChange("ALTER TABLE `tt_teams` ADD `modified_by` int(11) default NULL AFTER `modified_ip`"); setChange("UPDATE `tt_site_config` SET param_value = '1.17.65', modified = now() where param_name = 'version_db' and param_value = '1.17.64'"); setChange("update `tt_teams` t inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.17.65') set t.created = t.timestamp where t.created is null"); + setChange("update `tt_users` u inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.17.65') set u.created = u.timestamp where u.created is null"); } if ($_POST["cleanup"]) {