From 2bc84c8565a766eaa09ed04da359e9b8bd6d2c71 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 11 Aug 2003 19:07:41 +0000 Subject: [PATCH] Nouvelle version --- mysql/mysql.sql | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/mysql/mysql.sql b/mysql/mysql.sql index 4fbb097cf3d..eee4d02435c 100644 --- a/mysql/mysql.sql +++ b/mysql/mysql.sql @@ -68,9 +68,9 @@ create table llx_societe client smallint default 0, -- client oui/non fournisseur smallint default 0, -- fournisseur oui/non - UNIQUE INDEX(prefix_comm), -) -type=INNODB; + UNIQUE INDEX(prefix_comm) +); + create table llx_socstatutlog ( @@ -474,8 +474,7 @@ create table llx_tva amount real NOT NULL default 0, label varchar(255), note text -) -type=INNODB;-- =================================================================== +); create table llx_domain ( @@ -687,11 +686,8 @@ create table llx_facture note text, UNIQUE INDEX (facnumber), - INDEX fksoc (fk_soc), - FOREIGN KEY (fk_soc) - REFERENCES llx_societe(idp) ON DELETE NO ACTION ON UPDATE NO ACTION -) -type=INNODB;-- =================================================================== + INDEX fksoc (fk_soc) +); create table llx_facturedet (