From: <ap...@vh...> - 2006-04-20 13:46:04
|
Author: apevec Date: 2006-04-20 15:43:43 +0200 (Thu, 20 Apr 2006) New Revision: 1113 Removed: trunk/ccm-ldn-dublin/sql/ccm-ldn-dublin/default/index-ldn_dc_map_item_id_idx.sql Modified: trunk/ccm-ldn-dublin/sql/ccm-ldn-dublin/oracle-se-create.sql trunk/ccm-ldn-dublin/sql/ccm-ldn-dublin/postgres-create.sql Log: ldn_dublin_core_item_map is gone Deleted: trunk/ccm-ldn-dublin/sql/ccm-ldn-dublin/default/index-ldn_dc_map_item_id_idx.sql Modified: trunk/ccm-ldn-dublin/sql/ccm-ldn-dublin/oracle-se-create.sql =================================================================== --- trunk/ccm-ldn-dublin/sql/ccm-ldn-dublin/oracle-se-create.sql 2006-04-19 21:24:07 UTC (rev 1112) +++ trunk/ccm-ldn-dublin/sql/ccm-ldn-dublin/oracle-se-create.sql 2006-04-20 13:43:43 UTC (rev 1113) @@ -1,3 +1,2 @@ @@ ddl/oracle-se/create.sql @@ ddl/oracle-se/deferred.sql -@@ default/index-ldn_dc_map_item_id_idx.sql Modified: trunk/ccm-ldn-dublin/sql/ccm-ldn-dublin/postgres-create.sql =================================================================== --- trunk/ccm-ldn-dublin/sql/ccm-ldn-dublin/postgres-create.sql 2006-04-19 21:24:07 UTC (rev 1112) +++ trunk/ccm-ldn-dublin/sql/ccm-ldn-dublin/postgres-create.sql 2006-04-20 13:43:43 UTC (rev 1113) @@ -1,5 +1,4 @@ begin; \i ddl/postgres/create.sql \i ddl/postgres/deferred.sql -\i default/index-ldn_dc_map_item_id_idx.sql end; |