mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 16:12:39 +01:00
Trad: Ajout champ lang sur les tables du dictionnaire qui doivent etre multi-langue.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user