From 129ba743bb94cb0e3bd73f68ba044463c1c718b6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 14 Sep 2003 10:07:57 +0000 Subject: [PATCH] Ajout table llx_product_price --- mysql/drop.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/drop.sql b/mysql/drop.sql index 9fa8c2f779a..c91465dd942 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -133,6 +133,8 @@ drop table if exists llx_pointmort; drop table if exists llx_product; +drop table if exists llx_product_price; + drop table if exists llx_projet; drop table if exists llx_propal;