From: Nik Okuntseff Date: Sat, 17 Nov 2018 12:56:15 +0000 (+0000) Subject: Fixed mysql.sql - broken at 2nd commit earlier. X-Git-Tag: timetracker_1.19-1~634 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=208b036ea536d9d0e96e008c524a52fa3626dcdb;p=timetracker.git Fixed mysql.sql - broken at 2nd commit earlier. --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 4239f513..4923429a 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.18.15.4437 | Copyright © Anuko | +  Anuko Time Tracker 1.18.15.4438 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/mysql.sql b/mysql.sql index 3652c528..14fa2aab 100644 --- a/mysql.sql +++ b/mysql.sql @@ -449,7 +449,7 @@ CREATE TABLE `tt_predefined_expenses` ( # CREATE TABLE `tt_monthly_quotas` ( `group_id` int(11) NOT NULL, # group id - `org_id` int(11) default NULL # organization id + `org_id` int(11) default NULL, # organization id `year` smallint(5) UNSIGNED NOT NULL, # quota year `month` tinyint(3) UNSIGNED NOT NULL, # quota month `minutes` int(11) default NULL, # quota in minutes in specified month and year