From f4bd00c85c72502a9847e4e5483c2b52d5a033c1 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 28 Oct 2003 12:55:33 +0000 Subject: [PATCH] =?UTF-8?q?Reg=E9n=E9ration=20pour=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/mysql.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/mysql.sql b/mysql/mysql.sql index e0631e0e6cb..af1783c5afd 100644 --- a/mysql/mysql.sql +++ b/mysql/mysql.sql @@ -1117,6 +1117,7 @@ insert into llx_action_def (rowid,titre,description,objet_type) VALUES (2,'Valid delete from llx_boxes_def; delete from llx_boxes; +insert into llx_const(name, value, type, note) values ('MAIN_MONNAIE','euros','chaine','Monnaie'); insert into llx_const(name, value, type, note) values ('MAIN_NOT_INSTALLED','1','chaine','Test d\'installation'); insert into llx_const(name, value, type, note) values ('MAIN_START_YEAR','2003','chaine','Année de départ');