This column does not exist in 1.6.1, no good trying to DROP it.
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 27 Oct 2010 17:01:55 +0000 (17:01 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 27 Oct 2010 17:01:55 +0000 (17:01 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@18497 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/sql/Pg/1.6.1-1.6.2-upgrade-db.sql

index aa25c40..ee8cd2b 100644 (file)
@@ -18,8 +18,6 @@ CREATE TABLE config.hard_due_date_values (
 
 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;