Trad: Ajout champ lang sur les tables du dictionnaire qui doivent etre multi-langue.

This commit is contained in:
Laurent Destailleur
2004-08-08 19:37:44 +00:00
parent 148cd5e555
commit 297c1d754b
8 changed files with 20 additions and 4 deletions

View File

@@ -24,8 +24,9 @@
create table llx_c_actioncomm
(
id integer PRIMARY KEY,
type varchar(10) default 'system' not null,
lang varchar(8) default 'all' not null,
type varchar(10) default 'system' not null,
libelle varchar(30) not null,
active tinyint default 1,
todo tinyint
)type=innodb;