]> wagnertech.de Git - timetracker.git/blobdiff - mysql.sql
Improving localization files in preparation for integrating paid status plugin as...
[timetracker.git] / mysql.sql
index de5060dad95df2b15ccee3877d4a74ffb41d3212..9a971bece6268c136c767e7a28f1439005bf9afa 100644 (file)
--- 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`)
 );