[open-ils-commits] r18497 - branches/rel_1_6/Open-ILS/src/sql/Pg (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 27 13:01:59 EDT 2010


Author: miker
Date: 2010-10-27 13:01:55 -0400 (Wed, 27 Oct 2010)
New Revision: 18497

Modified:
   branches/rel_1_6/Open-ILS/src/sql/Pg/1.6.1-1.6.2-upgrade-db.sql
Log:
This column does not exist in 1.6.1, no good trying to DROP it.

Modified: branches/rel_1_6/Open-ILS/src/sql/Pg/1.6.1-1.6.2-upgrade-db.sql
===================================================================
--- branches/rel_1_6/Open-ILS/src/sql/Pg/1.6.1-1.6.2-upgrade-db.sql	2010-10-27 16:57:05 UTC (rev 18496)
+++ branches/rel_1_6/Open-ILS/src/sql/Pg/1.6.1-1.6.2-upgrade-db.sql	2010-10-27 17:01:55 UTC (rev 18497)
@@ -18,8 +18,6 @@
 
 ALTER TABLE config.circ_matrix_matchpoint ADD COLUMN hard_due_date INT REFERENCES config.hard_due_date (id);
 
-ALTER TABLE config.rule_circ_duration DROP COLUMN date_ceiling;
-
 CREATE OR REPLACE FUNCTION config.update_hard_due_dates () RETURNS INT AS $func$
 DECLARE
     temp_value  config.hard_due_date_values%ROWTYPE;



More information about the open-ils-commits mailing list