[open-ils-commits] r18339 - branches/rel_1_6_1/Open-ILS/src/sql/Pg (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Oct 14 15:40:30 EDT 2010


Author: miker
Date: 2010-10-14 15:40:25 -0400 (Thu, 14 Oct 2010)
New Revision: 18339

Added:
   branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.2-1.6.1.3-upgrade-db.sql
Log:
get ready for the new stuff

Added: branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.2-1.6.1.3-upgrade-db.sql
===================================================================
--- branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.2-1.6.1.3-upgrade-db.sql	                        (rev 0)
+++ branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.2-1.6.1.3-upgrade-db.sql	2010-10-14 19:40:25 UTC (rev 18339)
@@ -0,0 +1,7 @@
+BEGIN;
+
+DROP INDEX asset.asset_call_number_upper_label_id_owning_lib_idx;
+CREATE INDEX asset_call_number_upper_label_id_owning_lib_idx ON asset.call_number (cast(upper(label) to bytea),id,owning_lib);
+
+COMMIT;
+



More information about the open-ils-commits mailing list