From 8a56881a56eba35d7a3129cadc7ae98c0a14f42f Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 3 Jan 2005 14:25:26 +0000 Subject: [PATCH] Ajout fk_export_compta --- mysql/tables/llx_facturedet.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysql/tables/llx_facturedet.sql b/mysql/tables/llx_facturedet.sql index 0a9d86fe2cf..0786d23925c 100644 --- a/mysql/tables/llx_facturedet.sql +++ b/mysql/tables/llx_facturedet.sql @@ -34,6 +34,7 @@ create table llx_facturedet price real, -- prix final date_start datetime, -- date debut si service date_end datetime, -- date fin si service - fk_code_ventilation integer DEFAULT 0 NOT NULL + fk_code_ventilation integer DEFAULT 0 NOT NULL, + fk_export_compta integer DEFAULT 0 NOT NULL )type=innodb;