From 6e5553d5bebce9e503b625b0db4d937d73cd5283 Mon Sep 17 00:00:00 2001 From: erics Date: Wed, 7 Jan 2004 22:36:01 +0000 Subject: [PATCH] il manquait pas mal de ll_tables.sql dans le Makefile --- mysql/tables/Makefile | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/mysql/tables/Makefile b/mysql/tables/Makefile index 066a07a05ce..3394464016c 100644 --- a/mysql/tables/Makefile +++ b/mysql/tables/Makefile @@ -18,9 +18,9 @@ # $Id$ # $Source$ # -MYSQL=mysql -BASE=dolibarr -OPTIONS=-f +MYSQL=mysql +BASE=dolibarr2 +OPTIONS=-udolibarr2u -pazazaz all: show @@ -68,7 +68,7 @@ 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_service.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_soc_recontact.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_sqltables.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_tva.sql @@ -79,6 +79,17 @@ create: $(MYSQL) $(OPTIONS) $(BASE) < llx_societe.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_socpeople.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_socstatutlog.sql +#ajouts eric.seigne@ryxeo.com 2004.01.07 + $(MYSQL) $(OPTIONS) $(BASE) < llx_user_rights.sql + $(MYSQL) $(OPTIONS) $(BASE) < llx_action_def.sql + $(MYSQL) $(OPTIONS) $(BASE) < llx_cond_reglement.sql + $(MYSQL) $(OPTIONS) $(BASE) < llx_contrat.sql + $(MYSQL) $(OPTIONS) $(BASE) < llx_facture_fourn_det.sql + $(MYSQL) $(OPTIONS) $(BASE) < llx_facture_tva_sum.sql + $(MYSQL) $(OPTIONS) $(BASE) < llx_paiementfourn.sql + $(MYSQL) $(OPTIONS) $(BASE) < llx_product_price.sql + $(MYSQL) $(OPTIONS) $(BASE) < llx_propal_model_pdf.sql + $(MYSQL) $(OPTIONS) $(BASE) < llx_rights_def.sql show: $(MYSQL) $(OPTIONS) $(BASE) -e 'show tables'