[open-ils-commits] r15069 - trunk/Open-ILS/src/sql/Pg (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Dec 3 10:59:22 EST 2009
Author: miker
Date: 2009-12-03 10:59:19 -0500 (Thu, 03 Dec 2009)
New Revision: 15069
Modified:
trunk/Open-ILS/src/sql/Pg/002.schema.config.sql
Log:
forgot to bump the upgrade log version for the baseline schema
Modified: trunk/Open-ILS/src/sql/Pg/002.schema.config.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/002.schema.config.sql 2009-12-03 15:58:34 UTC (rev 15068)
+++ trunk/Open-ILS/src/sql/Pg/002.schema.config.sql 2009-12-03 15:59:19 UTC (rev 15069)
@@ -51,7 +51,7 @@
install_date TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
);
-INSERT INTO config.upgrade_log (version) VALUES ('0102'); -- Scott McKellar
+INSERT INTO config.upgrade_log (version) VALUES ('0103'); -- miker
CREATE TABLE config.bib_source (
id SERIAL PRIMARY KEY,
More information about the open-ils-commits
mailing list