Fix: le champs fk_lang a t remplac par lang

This commit is contained in:
Regis Houssin 2006-02-28 10:17:16 +00:00
parent 82943c9b82
commit e01ea2cafc
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ create table llx_product_det
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_product integer DEFAULT 0 NOT NULL,
fk_lang integer DEFAULT 0 NOT NULL,
lang varchar(5) DEFAULT 0 NOT NULL,
label varchar(128),
description varchar(255),
note text

View File

@ -24,7 +24,7 @@ create table llx_product_det
(
rowid integer AUTO_INCREMENT PRIMARY KEY,
fk_product integer DEFAULT 0 NOT NULL,
fk_lang integer DEFAULT 0 NOT NULL,
lang varchar(5) DEFAULT 0 NOT NULL,
label varchar(128),
description varchar(255),
note text