Champ label des actions obligatoires
This commit is contained in:
parent
1a89b0dfbf
commit
152da055f0
@ -1,5 +1,6 @@
|
||||
-- ========================================================================
|
||||
-- Copyright (C) 2001-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||
-- Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||
--
|
||||
-- $Id$
|
||||
-- $Source$
|
||||
@ -25,12 +26,12 @@
|
||||
create table llx_actioncomm
|
||||
(
|
||||
id integer AUTO_INCREMENT PRIMARY KEY,
|
||||
datea timestamp, -- action date
|
||||
datea timestamp, -- action date
|
||||
fk_action integer,
|
||||
label varchar(50), -- libelle de l'action
|
||||
label varchar(50) NOT NULL, -- libelle de l'action
|
||||
fk_soc integer,
|
||||
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,
|
||||
priority smallint,
|
||||
percent smallint NOT NULL default 0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user