From 83d965349e943f7110e9dc9ee4224f8386e173b8 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 7 Jan 2008 21:21:32 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20modification=20du=20champ=20qui=20n'avai?= =?UTF-8?q?t=20pas=20=E9t=E9=20inclus=20=E0=20l'=E9poque?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/2.2.0-2.4.0.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql/migration/2.2.0-2.4.0.sql b/mysql/migration/2.2.0-2.4.0.sql index dd163689291..705840e3271 100644 --- a/mysql/migration/2.2.0-2.4.0.sql +++ b/mysql/migration/2.2.0-2.4.0.sql @@ -17,3 +17,5 @@ update llx_const set value='' where name='MAIN_FORCE_SETLOCALE_LC_ALL' and update llx_const set value='' where name='MAIN_FORCE_SETLOCALE_LC_MONETARY' and value='MAIN_FORCE_SETLOCALE_LC_MONETARY'; update llx_const set value='' where name='MAIN_FORCE_SETLOCALE_LC_NUMERIC' and value='MAIN_FORCE_SETLOCALE_LC_NUMERIC'; update llx_const set value='' where name='MAIN_FORCE_SETLOCALE_LC_TIME' and value='MAIN_FORCE_SETLOCALE_LC_TIME'; + +alter table llx_document_model modify type varchar(20) NOT NULL; \ No newline at end of file