[open-ils-commits] r17424 - tags/rel_1_6_0_8/Open-ILS/src/sql/Pg (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Sep 1 11:25:30 EDT 2010
Author: miker
Date: 2010-09-01 11:25:27 -0400 (Wed, 01 Sep 2010)
New Revision: 17424
Modified:
tags/rel_1_6_0_8/Open-ILS/src/sql/Pg/002.schema.config.sql
Log:
more versioning
Modified: tags/rel_1_6_0_8/Open-ILS/src/sql/Pg/002.schema.config.sql
===================================================================
--- tags/rel_1_6_0_8/Open-ILS/src/sql/Pg/002.schema.config.sql 2010-09-01 15:24:23 UTC (rev 17423)
+++ tags/rel_1_6_0_8/Open-ILS/src/sql/Pg/002.schema.config.sql 2010-09-01 15:25:27 UTC (rev 17424)
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2004-2008 Georgia Public Library Service
- * Copyright (C) 2008 Equinox Software, Inc.
+ * Copyright (C) 2008-2010 Equinox Software, Inc.
* Mike Rylander <miker at esilibrary.com>
*
* This program is free software; you can redistribute it and/or
@@ -51,7 +51,7 @@
install_date TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT NOW()
);
-INSERT INTO config.upgrade_log (version) VALUES ('1.6.0.4'); -- dbs
+INSERT INTO config.upgrade_log (version) VALUES ('1.6.0.8'); -- dbs
CREATE TABLE config.bib_source (
id SERIAL PRIMARY KEY,
More information about the open-ils-commits
mailing list