upgrade scripts
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 4 Feb 2011 20:22:42 +0000 (20:22 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 4 Feb 2011 20:22:42 +0000 (20:22 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6_1@19394 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql [new file with mode: 0644]

diff --git a/Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql b/Open-ILS/src/sql/Pg/1.6.1.5-1.6.1.6-upgrade-db.sql
new file mode 100644 (file)
index 0000000..5278ab2
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2010  Equinox Software, Inc.
+ * Mike Rylander <miker@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.6');
+
diff --git a/Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql b/Open-ILS/src/sql/Pg/1.6.1.6-1.6.1.7-upgrade-db.sql
new file mode 100644 (file)
index 0000000..7910fc4
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * Copyright (C) 2010  Equinox Software, Inc.
+ * Mike Rylander <miker@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.7');
+