From 04b4650af30ee508e5ce4c151c09d9f7bda00471 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 12 Feb 2003 20:51:56 +0000 Subject: [PATCH] Ajout de llx_const --- 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 0b3e3d40ece..be80b451058 100644 --- a/mysql/tables/Makefile +++ b/mysql/tables/Makefile @@ -45,6 +45,7 @@ create: $(MYSQL) $(OPTIONS) $(BASE) < llx_chargesociales.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_compta.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_compta_account.sql + $(MYSQL) $(OPTIONS) $(BASE) < llx_const.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_cotisation.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_don.sql $(MYSQL) $(OPTIONS) $(BASE) < llx_don_projet.sql diff --git a/mysql/tables/drop.sql b/mysql/tables/drop.sql index d101906d2ff..d7da0c8b636 100644 --- a/mysql/tables/drop.sql +++ b/mysql/tables/drop.sql @@ -65,6 +65,8 @@ drop table if exists llx_compta; drop table if exists llx_compta_account; +drop table if exists llx_const; + drop table if exists llx_cotisation; drop table if exists llx_don;