X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/da93a87e5052017f10005e12c39f7d1023e013fe..bf5ddc4f34213ffe75d6d601c16148a3fe506455:/mysql.sql diff --git a/mysql.sql b/mysql.sql index dc07a1dd..d7711260 100644 --- a/mysql.sql +++ b/mysql.sql @@ -376,7 +376,6 @@ CREATE TABLE `tt_monthly_quotas` ( `team_id` int(11) NOT NULL, # team id `year` smallint(5) UNSIGNED NOT NULL, # quota year `month` tinyint(3) UNSIGNED NOT NULL, # quota month - `quota` decimal(5,2) NOT NULL, # number of work hours in specified month and year `minutes` int(11) DEFAULT NULL, # quota in minutes in specified month and year PRIMARY KEY (`team_id`,`year`,`month`) );