[open-ils-commits] r13458 - tags/rel_1_4_0_5/Open-ILS/src/sql/Pg (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jun 24 13:50:10 EDT 2009


Author: miker
Date: 2009-06-24 13:50:07 -0400 (Wed, 24 Jun 2009)
New Revision: 13458

Added:
   tags/rel_1_4_0_5/Open-ILS/src/sql/Pg/1.4.0.3-1.4.0.4-upgrade-db.sql
Log:
adding 1.4.0.3-1.4.0.4 upgrade script

Added: tags/rel_1_4_0_5/Open-ILS/src/sql/Pg/1.4.0.3-1.4.0.4-upgrade-db.sql
===================================================================
--- tags/rel_1_4_0_5/Open-ILS/src/sql/Pg/1.4.0.3-1.4.0.4-upgrade-db.sql	                        (rev 0)
+++ tags/rel_1_4_0_5/Open-ILS/src/sql/Pg/1.4.0.3-1.4.0.4-upgrade-db.sql	2009-06-24 17:50:07 UTC (rev 13458)
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2009  Equinox Software, Inc.
+ * Mike Rylander <miker at esilibrary.com>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ */
+
+
+INSERT INTO config.upgrade_log (version) VALUES ('1.4.0.4');
+CREATE INDEX authority_full_rec_tag_subfield_idx ON authority.full_rec (tag, subfield);
+



More information about the open-ils-commits mailing list