From bf665a4f29a7e88dcca3ebc6b545909324c68eac Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 10 Sep 2003 12:48:52 +0000 Subject: [PATCH] Ajout need update --- mysql/migration/0.6.0-0.7.0.sql | 1 + 1 file changed, 1 insertion(+) 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