From: miker Date: Wed, 27 Oct 2010 17:01:55 +0000 (+0000) Subject: This column does not exist in 1.6.1, no good trying to DROP it. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=91794508e7d48e8a3a43ce4449cc131b51a2eec1;p=working%2FEvergreen.git This column does not exist in 1.6.1, no good trying to DROP it. git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_6@18497 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/sql/Pg/1.6.1-1.6.2-upgrade-db.sql b/Open-ILS/src/sql/Pg/1.6.1-1.6.2-upgrade-db.sql index aa25c405c1..ee8cd2b5cf 100644 --- a/Open-ILS/src/sql/Pg/1.6.1-1.6.2-upgrade-db.sql +++ b/Open-ILS/src/sql/Pg/1.6.1-1.6.2-upgrade-db.sql @@ -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;