From 60c3ea58522a60c6762d4eb181173745534b1afb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 8 Jun 2004 14:41:25 +0000 Subject: [PATCH] Gestion des paiements de charges sociales --- mysql/tables/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mysql/tables/Makefile b/mysql/tables/Makefile index 1109f96d29b..0d584528723 100644 --- a/mysql/tables/Makefile +++ b/mysql/tables/Makefile @@ -69,7 +69,6 @@ create: $(MYSQL) $(OPTIONS) $(BASE) < llx_projet.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_propal.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_propaldet.sql -# $(MYSQL) $(OPTIONS) $(BASE) < llx_service.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_soc_recontact.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_sqltables.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_tva.sql @@ -91,9 +90,11 @@ create: $(MYSQL) $(OPTIONS) $(BASE) < llx_product_price.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_propal_model_pdf.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_rights_def.sql -#ajout tabes oubliees 2004.01.31 +#ajout tables oubliees 2004.01.31 $(MYSQL) $(OPTIONS) $(BASE) < llx_co_fa.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_co_pr.sql +#ajout tables 2004.06.08 + $(MYSQL) $(OPTIONS) $(BASE) < llx_paiementcharge.sql show: $(MYSQL) $(OPTIONS) $(BASE) -e 'show tables'