From c1a2a0170f58326ebb7737720bf74071c24aaf68 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 2 Apr 2005 10:07:24 +0000 Subject: [PATCH] =?UTF-8?q?Qual:=20Supression=20des=20permissions=20obsol?= =?UTF-8?q?=E8tes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/1.1.0-2.0.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/migration/1.1.0-2.0.0.sql b/mysql/migration/1.1.0-2.0.0.sql index e1cac58554a..397fd2436b6 100644 --- a/mysql/migration/1.1.0-2.0.0.sql +++ b/mysql/migration/1.1.0-2.0.0.sql @@ -143,7 +143,7 @@ UPDATE llx_rights_def set perms= "adsl", subperms="requete" where id= UPDATE llx_rights_def set perms= "adsl", subperms="commander" where id="204"; UPDATE llx_rights_def set perms= "adsl", subperms="gerer" where id="205"; UPDATE llx_rights_def set perms= "contrat", subperms="paiement" where id="215"; - +delete from llx_rights_def where perms is null and subperms is null; alter table llx_facturedet add fk_code_ventilation integer NOT NULL DEFAULT 0;