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

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Nov 19 02:48:17 EST 2010


Author: dbs
Date: 2010-11-19 02:48:12 -0500 (Fri, 19 Nov 2010)
New Revision: 18802

Modified:
   branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.3-1.6.1.4-upgrade-db.sql
Log:
Merge upgrade script with tagged version


Modified: branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.3-1.6.1.4-upgrade-db.sql
===================================================================
--- branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.3-1.6.1.4-upgrade-db.sql	2010-11-19 07:44:36 UTC (rev 18801)
+++ branches/rel_1_6_1/Open-ILS/src/sql/Pg/1.6.1.3-1.6.1.4-upgrade-db.sql	2010-11-19 07:48:12 UTC (rev 18802)
@@ -1,7 +1,20 @@
-BEGIN;
+/*
+ * Copyright (C) 2010  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.6.1.4');
+
 -- Create seed data for the asset.uri table
 INSERT INTO asset.uri (id, href, active) VALUES (-1, 'http://example.com/fake', FALSE);
-
-COMMIT;
-



More information about the open-ils-commits mailing list