From 742eea08ca64b0c70742ecd84e7aaffc97208a20 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 9 Jun 2006 09:53:44 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20supprimait=20les=20autres=20mod=E8les=20?= =?UTF-8?q?si=20on=20leur=20avait=20donn=E9=20le=20m=EAme=20nom=20Fix:=20a?= =?UTF-8?q?jout=20du=20champ=20"rowid"=20qui=20devient=20cl=E9=20primaire?= =?UTF-8?q?=20=E0=20la=20place=20du=20champ=20"nom"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/2.0.0-2.1.0.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index f6ea6433aa8..ef7b55ef527 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -199,7 +199,6 @@ alter table llx_document_model add column rowid integer AUTO_INCREMENT PRIMARY K alter table llx_document_model add column type varchar(20) NOT NULL after nom; update llx_document_model set type='propal' where type=''; -insert into llx_document_model(nom,type) values('soleil','ficheinter'); delete from llx_document_model where nom='adytek'; delete from llx_document_model where nom='rouge' and type='order'; delete from llx_document_model where nom='azur' and type='order';