Champ label des actions obligatoires

This commit is contained in:
Laurent Destailleur 2005-07-07 00:01:23 +00:00
parent 1a89b0dfbf
commit 152da055f0

View File

@ -1,5 +1,6 @@
-- ======================================================================== -- ========================================================================
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org> -- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
-- Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net>
-- --
-- $Id$ -- $Id$
-- $Source$ -- $Source$
@ -25,12 +26,12 @@
create table llx_actioncomm create table llx_actioncomm
( (
id integer AUTO_INCREMENT PRIMARY KEY, id integer AUTO_INCREMENT PRIMARY KEY,
datea timestamp, -- action date datea timestamp, -- action date
fk_action integer, fk_action integer,
label varchar(50), -- libelle de l'action label varchar(50) NOT NULL, -- libelle de l'action
fk_soc integer, fk_soc integer,
fk_contact integer default 0, fk_contact integer default 0,
fk_user_action integer, -- id de la personne qui doit effectuer l'action fk_user_action integer, -- id de la personne qui doit effectuer l'action
fk_user_author integer, fk_user_author integer,
priority smallint, priority smallint,
percent smallint NOT NULL default 0, percent smallint NOT NULL default 0,