FIX #6877
This commit is contained in:
parent
85e0ded573
commit
4824942369
@ -104,6 +104,7 @@ ALTER TABLE llx_c_email_templates ADD COLUMN content_lines text;
|
||||
ALTER TABLE llx_loan ADD COLUMN fk_projet integer DEFAULT NULL;
|
||||
|
||||
ALTER TABLE llx_holiday ADD COLUMN fk_user_modif integer;
|
||||
ALTER TABLE llx_projet ADD COLUMN fk_user_modif integer;
|
||||
|
||||
ALTER TABLE llx_projet_task_time ADD COLUMN datec date;
|
||||
ALTER TABLE llx_projet_task_time ADD COLUMN tms timestamp;
|
||||
|
||||
@ -30,6 +30,7 @@ create table llx_projet
|
||||
title varchar(255) NOT NULL,
|
||||
description text,
|
||||
fk_user_creat integer NOT NULL, -- createur du projet
|
||||
fk_user_modif integer,
|
||||
public integer, -- project is public or not
|
||||
fk_statut integer DEFAULT 0 NOT NULL, -- open or close
|
||||
fk_opp_status integer DEFAULT NULL, -- if project is used to manage opportunities
|
||||
|
||||
Loading…
Reference in New Issue
Block a user