From 705928bf6bb4889a404637f55e9ffa2e273c4e81 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 17 Dec 2002 18:42:25 +0000 Subject: [PATCH] *** empty log message *** --- mysql/tables/Makefile | 1 + mysql/tables/drop.sql | 2 ++ 2 files changed, 3 insertions(+) diff --git a/mysql/tables/Makefile b/mysql/tables/Makefile index 41cb2cd435b..3052df286cf 100644 --- a/mysql/tables/Makefile +++ b/mysql/tables/Makefile @@ -41,6 +41,7 @@ create: $(MYSQL) $(BASE) < llx_chargesociales.sql $(MYSQL) $(BASE) < llx_compta.sql $(MYSQL) $(BASE) < llx_compta_account.sql + $(MYSQL) $(BASE) < llx_don.sql $(MYSQL) $(BASE) < llx_fa_pr.sql $(MYSQL) $(BASE) < llx_facture.sql $(MYSQL) $(BASE) < llx_facture_fourn.sql diff --git a/mysql/tables/drop.sql b/mysql/tables/drop.sql index 2ad27f8abdc..86bdd0a9126 100644 --- a/mysql/tables/drop.sql +++ b/mysql/tables/drop.sql @@ -59,6 +59,8 @@ drop table if exists llx_compta; drop table if exists llx_compta_account; +drop table if exists llx_don; + drop table if exists llx_fa_pr; drop table if exists llx_facture;