From c50bfd9347ce4bb307a5691044bb1f85e66ce453 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 2 Apr 2005 12:18:13 +0000 Subject: [PATCH] =?UTF-8?q?Qual:=20Suppression=20d'un=20droit=20obsol=E8te?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/1.1.0-2.0.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/1.1.0-2.0.0.sql b/mysql/migration/1.1.0-2.0.0.sql index d57ffe59a26..ad668d5476a 100644 --- a/mysql/migration/1.1.0-2.0.0.sql +++ b/mysql/migration/1.1.0-2.0.0.sql @@ -155,6 +155,7 @@ UPDATE llx_rights_def set perms= "adsl", subperms="commander" where id= 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; +delete from llx_rights_def where id=73; alter table llx_facturedet add fk_code_ventilation integer NOT NULL DEFAULT 0;