Fixed mysql.sql - broken at 2nd commit earlier.
[timetracker.git] / mysql.sql
index 3652c52..14fa2aa 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