From 709f9d4a83d4d1ce7dbe7b59ba9eed3be25b357a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 12 Oct 2003 18:28:31 +0000 Subject: [PATCH] =?UTF-8?q?Suppression=20de=20la=20table=20llx=5Fservice?= =?UTF-8?q?=20non=20utilis=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/1.0.0-1.1.0.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/migration/1.0.0-1.1.0.sql b/mysql/migration/1.0.0-1.1.0.sql index d89fa60c086..ea0f9672ddb 100644 --- a/mysql/migration/1.0.0-1.1.0.sql +++ b/mysql/migration/1.0.0-1.1.0.sql @@ -3,6 +3,8 @@ -- Mise à jour de la version 1.0.0 à 1.1.0 -- +drop table if exists llx_service; + alter table llx_propaldet modify qty real; alter table llx_facturedet modify qty real;