From 0297b2d988ec2715907a881bf27dbb89f2f2fa66 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 Feb 2005 19:46:24 +0000 Subject: [PATCH] Fix: Correction oubli champ increment dans llx_facture --- mysql/migration/1.1.0-1.2.0-RC1.sql | 2 ++ 1 file changed, 2 insertions(+) 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 833e1a3b546..c47f3cd6d92 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,8 @@ -- sans AUCUNE erreur ni warning -- ; +alter table llx_facture add increment varchar(10); + delete from llx_const where name like '%_OUTPUT_URL'; delete from llx_const where name like 'MAIN_START_YEAR';