diff --git a/mysql/tables/drop.sql b/mysql/tables/drop.sql index 4572009c6b8..c7248aea7b0 100644 --- a/mysql/tables/drop.sql +++ b/mysql/tables/drop.sql @@ -1,5 +1,5 @@ -- --- Copyright (C) 2001-2002 Rodolphe Quiedeville +-- Copyright (C) 2001-2003 Rodolphe Quiedeville -- -- $Id$ -- $Source$ @@ -73,6 +73,8 @@ drop table if exists llx_fa_pr; drop table if exists llx_facture; +drop table if exists llx_facturedet; + drop table if exists llx_facture_fourn; drop table if exists llx_fichinter; diff --git a/mysql/tables/llx_facturedet.sql b/mysql/tables/llx_facturedet.sql index 174c41d0144..97a117b1ca7 100644 --- a/mysql/tables/llx_facturedet.sql +++ b/mysql/tables/llx_facturedet.sql @@ -24,7 +24,7 @@ create table llx_facturedet rowid integer AUTO_INCREMENT PRIMARY KEY, fk_facture integer NOT NULL, fk_product integer, - desc text, + description text, price real default 0, qty smallint