]> wagnertech.de Git - timetracker.git/commitdiff
Fixed mysql.sql - broken at 2nd commit earlier.
authorNik Okuntseff <support@anuko.com>
Sat, 17 Nov 2018 12:56:15 +0000 (12:56 +0000)
committerNik Okuntseff <support@anuko.com>
Sat, 17 Nov 2018 12:56:38 +0000 (12:56 +0000)
WEB-INF/templates/footer.tpl
mysql.sql

index 4239f51323ed346c6b5d31e259d173372a4392ea..4923429a556192f2d59de3ad1a8a31dcee2191c3 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.18.15.4437 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.18.15.4438 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>
index 3652c5288d620c696a4355a7661a0b1090f0e063..14fa2aaba884ab830e9b25f653d9765ae5ec68b9 100644 (file)
--- 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