From 4c42694f61f3bdb461ca646c590ebf4e6528bbc5 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 26 Jul 2004 08:58:31 +0000 Subject: [PATCH] Ajout point virgule final manquant --- mysql/migration/1.1.0-1.2.0-RC1.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 957315fbf93..948e11fa8b7 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -114,7 +114,7 @@ create table llx_paiement_facture insert into llx_const(name, value, type, note) values ('MAIN_UPLOAD_DOC','1','chaine','Authorise l\'upload de document'); -update llx_societe set fk_forme_juridique=0 where fk_forme_juridique >= 54 +update llx_societe set fk_forme_juridique=0 where fk_forme_juridique >= 54; drop table llx_c_forme_juridique;