X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1b6699f3d4ad1961fa4055ec0033bc10f0b06b83..5d654698cf0f12e3f4f0848bcf02440a945a2bc8:/mysql.sql diff --git a/mysql.sql b/mysql.sql index de5060da..9a971bec 100644 --- a/mysql.sql +++ b/mysql.sql @@ -144,6 +144,7 @@ CREATE TABLE `tt_log` ( `invoice_id` int(11) default NULL, # invoice id `comment` text, # user provided comment for time record `billable` tinyint(4) default '0', # whether the record is billable or not + `paid` tinyint(4) default '0', # whether the record is paid `status` tinyint(4) default '1', # time record status PRIMARY KEY (`id`) );