Fix: modification du champ qui n'avait pas t inclus l'poque

This commit is contained in:
Regis Houssin 2008-01-07 21:21:32 +00:00
parent 90cce00222
commit 83d965349e

View File

@ -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;