From 2aa3eb19bc7630b0182f2ad34b8412f7fa39a0bc Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 6 Dec 2004 13:08:02 +0000 Subject: [PATCH] Suppression du champs fk_code_ventilation (ERREUR DE TABLE) --- mysql/tables/llx_facture.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/mysql/tables/llx_facture.sql b/mysql/tables/llx_facture.sql index f19ff708e57..b448c3ff1b2 100644 --- a/mysql/tables/llx_facture.sql +++ b/mysql/tables/llx_facture.sql @@ -41,7 +41,6 @@ create table llx_facture fk_projet integer, -- projet auquel est associé la facture fk_cond_reglement integer, -- condition de reglement date_lim_reglement date, -- date limite de reglement - fk_code_ventilation integer DEFAULT 0 NOT NULL, note text, UNIQUE INDEX (facnumber),