From 9ac3ffbab5a95db87755128145a786c238dd83d1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 23 Jan 2005 17:25:25 +0000 Subject: [PATCH] =?UTF-8?q?Qual:=20Suppression=20du=20script=20d'install?= =?UTF-8?q?=20de=20l'insertion=20de=20param=E8tres=20obsol=E8tes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/1.1.0-1.2.0-RC1.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index 175c9f014fd..bc824c812af 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -5,6 +5,7 @@ -- sans AUCUNE erreur ni warning -- ; +DELETE from llx_const where name like '%_OUTPUT_URL'; alter table llx_boxes add box_order smallint default 0 NOT NULL; -- GitLab