Add missing field fk_user_modif

This commit is contained in:
Laurent Destailleur 2017-01-27 13:26:31 +01:00
parent 68711184b3
commit fcfea4e6d1
2 changed files with 3 additions and 0 deletions

View File

@ -47,3 +47,5 @@ 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;

View File

@ -22,6 +22,7 @@ rowid integer NOT NULL AUTO_INCREMENT PRIMARY KEY,
entity integer DEFAULT 1 NOT NULL, -- Multi company id
fk_user integer NOT NULL,
fk_user_create integer,
fk_user_modif integer,
fk_type integer NOT NULL,
date_create DATETIME NOT NULL,
description VARCHAR( 255 ) NOT NULL,