From a873c9bb8a9febd3564932730c110d15db009af0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 31 Oct 2003 08:48:24 +0000 Subject: [PATCH] Ajout table llx_bank_url --- mysql/drop.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/drop.sql b/mysql/drop.sql index ae04d7bf31f..92729cad0a0 100644 --- a/mysql/drop.sql +++ b/mysql/drop.sql @@ -18,7 +18,7 @@ -- $Id$ -- $Source$ -- - +drop table if exists llx_bank_url; drop table if exists llx_entrepot; drop table if exists llx_product_stock; drop table if exists llx_stock;