From 208b036ea536d9d0e96e008c524a52fa3626dcdb Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Sat, 17 Nov 2018 12:56:15 +0000 Subject: [PATCH] Fixed mysql.sql - broken at 2nd commit earlier. --- WEB-INF/templates/footer.tpl | 2 +- mysql.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1