Ajout des nouvelle tables
This commit is contained in:
parent
fe78884f9b
commit
1916e98aa3
@ -19,6 +19,11 @@
|
||||
-- $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_chargesociales;
|
||||
@ -101,8 +106,12 @@ drop table if exists llx_fa_pr;
|
||||
|
||||
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_rec;
|
||||
|
||||
drop table if exists llx_facture_fourn;
|
||||
|
||||
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_fournisseur;
|
||||
|
||||
drop table if exists llx_product_price;
|
||||
|
||||
drop table if exists llx_projet;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user