From 1545987d5151c5bce7a318469f83a9fd272c5a2c Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 21 Oct 2013 09:29:52 +0200 Subject: [PATCH] update insert script --- install/insert.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/insert.sql b/install/insert.sql index 8e6585a5b..ed5d7342b 100755 --- a/install/insert.sql +++ b/install/insert.sql @@ -39,6 +39,8 @@ INSERT INTO `module` (`id`, `code`, `type`, `activate`, `position`, `full_namesp (4, 'FakeCB', 3, 0, 2, 'FakeCB\\FakeCB', NOW(), NOW()); INSERT INTO `module_i18n` (`id`, `locale`, `title`, `description`, `chapo`, `postscriptum`) VALUES +('1', 'en_US', 'Debug bar', NULL, NULL, NULL), +('1', 'fr_FR', 'Debug bar', NULL, NULL, NULL), ('2', 'en_US', '72h delivery', NULL, NULL, NULL), ('2', 'fr_FR', 'Livraison par colissimo en 72h', NULL, NULL, NULL);