Ajout des tables manquantes

This commit is contained in:
Rodolphe Quiedeville 2004-02-14 12:36:58 +00:00
parent b9e95807d7
commit d92fbdca7e

View File

@ -18,15 +18,10 @@
-- $Id$ -- $Id$
-- $Source$ -- $Source$
-- --
drop table if exists llx_bank_url;
drop table if exists llx_entrepot; drop table if exists llx_co_fa;
drop table if exists llx_product_stock;
drop table if exists llx_stock;
drop table if exists llx_stock_mouvement;
drop table if exists llx_co_pr; drop table if exists llx_co_pr;
drop table if exists llx_commande;
drop table if exists llx_commandedet;
drop table if exists llx_c_actioncomm; drop table if exists llx_c_actioncomm;
@ -74,6 +69,10 @@ drop table if exists llx_bank_categ;
drop table if exists llx_bank_class; drop table if exists llx_bank_class;
drop table if exists llx_bank_url;
drop table if exists llx_birthday_alert;
drop table if exists llx_bookmark; drop table if exists llx_bookmark;
drop table if exists llx_boxes; drop table if exists llx_boxes;
@ -84,6 +83,10 @@ drop table if exists llx_chargesociales;
drop table if exists llx_contrat; drop table if exists llx_contrat;
drop table if exists llx_commande;
drop table if exists llx_commandedet;
drop table if exists llx_compta; drop table if exists llx_compta;
drop table if exists llx_compta_account; drop table if exists llx_compta_account;
@ -106,6 +109,14 @@ drop table if exists llx_don_projet;
drop table if exists llx_editeur; drop table if exists llx_editeur;
drop table if exists llx_entrepot;
drop table if exists llx_expedition;
drop table if exists llx_expedition_methode;
drop table if exists llx_expeditiondet;
drop table if exists llx_fa_pr; drop table if exists llx_fa_pr;
drop table if exists llx_facture; drop table if exists llx_facture;
@ -148,6 +159,8 @@ 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_product_stock;
drop table if exists llx_projet; drop table if exists llx_projet;
drop table if exists llx_propal; drop table if exists llx_propal;
@ -170,6 +183,10 @@ drop table if exists llx_soc_recontact;
drop table if exists llx_socstatutlog ; drop table if exists llx_socstatutlog ;
drop table if exists llx_stock;
drop table if exists llx_stock_mouvement;
drop table if exists llx_sqltables; drop table if exists llx_sqltables;
drop table if exists llx_todocomm ; drop table if exists llx_todocomm ;