X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=dbinstall.php;h=2719bca4a9ecd48281051d2cd23d8b419fb3d899;hb=21682f141034f82653bc41b56eaabdf490d5a9dc;hp=bbe55d62a3cde3483c9d665835c39df6ef63e658;hpb=1e8bced6189bad0604be29c28bdabaf8c3e7442b;p=timetracker.git diff --git a/dbinstall.php b/dbinstall.php index bbe55d62..2719bca4 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -805,11 +805,15 @@ if ($_POST) { print "Updated $users_updated users...
\n"; } - if ($_POST["convert11744to11749"]) { + if ($_POST["convert11744to11751"]) { 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"); setChange("UPDATE `tt_site_config` SET param_value = '1.17.49' where param_name = 'version_db' and param_value = '1.17.48'"); + setChange("ALTER TABLE `tt_users` drop role"); + setChange("UPDATE `tt_site_config` SET param_value = '1.17.50' where param_name = 'version_db' and param_value = '1.17.49'"); + setChange("update `tt_roles` inner join `tt_site_config` sc on (sc.param_name = 'version_db' and sc.param_value = '1.17.50') set rights = replace(rights, 'override_date_lock,swap_roles', 'override_date_lock,override_own_date_lock,swap_roles')"); + setChange("UPDATE `tt_site_config` SET param_value = '1.17.51' where param_name = 'version_db' and param_value = '1.17.50'"); } if ($_POST["cleanup"]) { @@ -855,7 +859,7 @@ if ($_POST) {

DB Install

-
Create database structure (v1.17.49) + Create database structure (v1.17.51)
(applies only to new installations, do not execute when updating)
@@ -895,8 +899,8 @@ if ($_POST) {
- Update database structure (v1.17.44 to v1.17.49) - + Update database structure (v1.17.44 to v1.17.51) +