Skip to content
Snippets Groups Projects
Commit d92fbdca authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

Ajout des tables manquantes

parent b9e95807
No related branches found
No related tags found
No related merge requests found
...@@ -18,15 +18,10 @@ ...@@ -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; ...@@ -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; ...@@ -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; ...@@ -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; ...@@ -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; ...@@ -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 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment