diff --git a/mysql/migration/0.6.0-0.7.0.sql b/mysql/migration/0.6.0-0.7.0.sql index 4c0d8665e77..38a10aea1c7 100644 --- a/mysql/migration/0.6.0-0.7.0.sql +++ b/mysql/migration/0.6.0-0.7.0.sql @@ -18,3 +18,4 @@ create table llx_product_price envente tinyint default 1 ); +REPLACE INTO llx_const (name, value, type, visible) VALUES ('MAIN_NEED_UPDATE', '1','chaine',1); \ No newline at end of file