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 be927c5d9a4..d6c0f1c4111 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -485,3 +485,6 @@ create table llx_cash fk_type varchar(4), note text )type=innodb; + + +update llx_bank set datev=dateo where datev is null;