ajout champ objet_type

This commit is contained in:
Rodolphe Quiedeville 2003-07-07 09:08:39 +00:00
parent d3ece7407e
commit 5845f9da1d

View File

@ -25,5 +25,6 @@ create table llx_action_def
rowid integer NOT NULL PRIMARY KEY,
tms timestamp,
titre varchar(255) NOT NULL,
description text
description text,
objet_type enum('ficheinter','facture','propale')
);