From ac0d811b1b7c21cd00df8db28cdaee561815c9cf Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Mon, 6 Jun 2011 09:22:10 +0000 Subject: [PATCH] fix : pb with accent --- core/trunk/data.sql | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/trunk/data.sql b/core/trunk/data.sql index c59b8149072..3dc7b6dfdd7 100644 --- a/core/trunk/data.sql +++ b/core/trunk/data.sql @@ -7,7 +7,7 @@ -- modules/advanced_physical_archive/sql/data/advanced_physical_archive.postgresql.sql -- test -INSERT INTO parameters (id, param_value_string, param_value_int) VALUES ('apa_réservation_batch', NULL, '1'); +INSERT INTO parameters (id, param_value_string, param_value_int) VALUES ('apa_reservation_batch', NULL, '1'); -- modules/basket/sql/data/basket.postgresql.sql @@ -59,10 +59,6 @@ INSERT INTO lc_cycles (policy_id, cycle_id, cycle_desc, sequence_number, where_c --- modules/physical_archive/sql/data/physical_archive.postgresql.sql - - - -- modules/postindexing/sql/data/postindexing.postgresql.sql -- GitLab