From: Nik Okuntseff Date: Mon, 18 Jul 2016 17:43:23 +0000 (+0000) Subject: Fixed version. X-Git-Tag: timetracker_1.19-1~1701 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=83c8992f7e4be2e564ff66d7a317184cd1ee945e;p=timetracker.git Fixed version. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 6ff01ef6..59054357 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
- - - - -
 Anuko Time Tracker 1.9.30.0000 | Copyright © Anuko | +  Anuko Time Tracker 1.9.26.3503 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/dbinstall.php b/dbinstall.php index a511617b..4a7bcd12 100755 --- a/dbinstall.php +++ b/dbinstall.php @@ -611,9 +611,6 @@ if ($_POST) { setChange("create unique index name_idx on tt_invoices(team_id, name, status)"); setChange("ALTER TABLE tt_teams ADD COLUMN lock_spec varchar(255) default NULL"); setChange("ALTER TABLE tt_teams DROP locktime"); - } - - if ($_POST["convert1900to1930"]){ setChange("CREATE TABLE `tt_monthly_quota` (`team_id` int(11) NOT NULL, `year` smallint(5) UNSIGNED NOT NULL, `month` tinyint(3) UNSIGNED NOT NULL, `quota` smallint(5) UNSIGNED NOT NULL, PRIMARY KEY (`year`,`month`,`team_id`))"); setChange("ALTER TABLE `tt_monthly_quota` ADD CONSTRAINT `FK_TT_TEAM_CONSTRAING` FOREIGN KEY (`team_id`) REFERENCES `tt_teams` (`id`) ON DELETE CASCADE ON UPDATE CASCADE"); setChange("ALTER TABLE `tt_teams` ADD `daily_working_hours` SMALLINT NULL DEFAULT '8' AFTER `lock_spec`"); @@ -758,10 +755,6 @@ if ($_POST) { Update database structure (v1.6 to v1.9)
Update database structure (v1.9 to v1.9.30)

DB Maintenance