On positionne datev à dateo si non définie car ce champ non renseigné autrefois est maintenant utilisé.

This commit is contained in:
Laurent Destailleur 2004-04-22 18:35:08 +00:00
parent fa2dd59f07
commit 03686032b9

View File

@ -485,3 +485,6 @@ create table llx_cash
fk_type varchar(4), fk_type varchar(4),
note text note text
)type=innodb; )type=innodb;
update llx_bank set datev=dateo where datev is null;