From ca83f1771bfcfc0224603b2978cb3d00063733ce Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 6 Dec 2004 13:09:13 +0000 Subject: [PATCH] Modif table llx_facture (ERREUR De ma part) --- mysql/migration/1.1.0-1.2.0-RC1.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index 9e0a4aad284..558b443ab2b 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -8,7 +8,7 @@ alter table llx_rights_def add perms varchar(255) after module; alter table llx_rights_def add subperms varchar(255) after perms; -alter table llx_facture add fk_code_ventialtion integer NOT NULL DEFAULT 0; +alter table llx_facturedet add fk_code_ventialtion integer NOT NULL DEFAULT 0; alter table llx_contrat add fk_facturedet integer NOT NULL default 0 after fk_facture;