/[dolibarr]/dolibarr/mysql/tables/llx_projet_task_time.sql
ViewVC logotype

Diff of /dolibarr/mysql/tables/llx_projet_task_time.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by rodolphe, Sun Aug 21 12:24:33 2005 UTC revision 1.2 by rodolphe, Thu Aug 25 13:36:44 2005 UTC
# Line 25  create table llx_projet_task_time Line 25  create table llx_projet_task_time
25    rowid            integer AUTO_INCREMENT PRIMARY KEY,    rowid            integer AUTO_INCREMENT PRIMARY KEY,
26    fk_task          integer  NOT NULL,    fk_task          integer  NOT NULL,
27    task_date        date,    task_date        date,
28    task_duration    smallint UNSIGNED,    task_duration    real UNSIGNED,
29    fk_user          integer,    fk_user          integer,
30    note             text,    note             text,
31    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26