Ajout des nouvelle tables

This commit is contained in:
Rodolphe Quiedeville 2003-10-11 21:28:40 +00:00
parent fe78884f9b
commit 1916e98aa3

View File

@ -19,6 +19,11 @@
-- $Source$ -- $Source$
-- --
drop table if exists llx_entrepot;
drop table if exists llx_product_stock;
drop table if exists llx_stock;
drop table if exists llx_stock_mouvement;
drop table if exists c_actioncomm; drop table if exists c_actioncomm;
drop table if exists c_chargesociales; drop table if exists c_chargesociales;
@ -101,8 +106,12 @@ drop table if exists llx_fa_pr;
drop table if exists llx_facture; drop table if exists llx_facture;
drop table if exists llx_facture_rec;
drop table if exists llx_facturedet; drop table if exists llx_facturedet;
drop table if exists llx_facturedet_rec;
drop table if exists llx_facture_fourn; drop table if exists llx_facture_fourn;
drop table if exists llx_facture_fourn_det; drop table if exists llx_facture_fourn_det;
@ -131,6 +140,8 @@ drop table if exists llx_pointmort;
drop table if exists llx_product; drop table if exists llx_product;
drop table if exists llx_product_fournisseur;
drop table if exists llx_product_price; drop table if exists llx_product_price;
drop table if exists llx_projet; drop table if exists llx_projet;