[open-ils-commits] [GIT] Evergreen ILS branch master updated. cbff93285eeba03e9900dcef19a7631245669e16

Evergreen Git git at git.evergreen-ils.org
Thu Aug 1 07:26:42 EDT 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  cbff93285eeba03e9900dcef19a7631245669e16 (commit)
      from  75feb55201f37b563deb6b71b5d0b50182fec1d8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cbff93285eeba03e9900dcef19a7631245669e16
Author: Chris Sharp <csharp at georgialibraries.org>
Date:   Thu Aug 1 07:25:37 2019 -0400

    LP#1006466 - remove testing upgrade script
    
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>

diff --git a/Open-ILS/src/sql/Pg/upgrade/xxxx.schema.action_hold_request_fkey_to_hold_type.sql b/Open-ILS/src/sql/Pg/upgrade/xxxx.schema.action_hold_request_fkey_to_hold_type.sql
deleted file mode 100644
index 8362f62397..0000000000
--- a/Open-ILS/src/sql/Pg/upgrade/xxxx.schema.action_hold_request_fkey_to_hold_type.sql
+++ /dev/null
@@ -1,19 +0,0 @@
-CREATE TABLE config.hold_type (
-    id          SERIAL,
-    hold_type   TEXT UNIQUE,
-    description TEXT
-);
-
-INSERT INTO config.hold_type (hold_type,description) VALUES
-    ('C','Copy Hold'),
-    ('V','Volume Hold'),
-    ('T','Title Hold'),
-    ('M','Metarecord Hold'),
-    ('R','Recall Hold'),
-    ('F','Force Hold'),
-    ('I','Issuance Hold'),
-    ('P','Part Hold')
-;
-
-ALTER TABLE action.hold_request ADD CONSTRAINT hold_request_hold_type_fkey FOREIGN KEY (hold_type) REFERENCES config.hold_type(hold_type) DEFERRABLE INITIALLY DEFERRED;
-

-----------------------------------------------------------------------

Summary of changes:
 ...x.schema.action_hold_request_fkey_to_hold_type.sql | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 Open-ILS/src/sql/Pg/upgrade/xxxx.schema.action_hold_request_fkey_to_hold_type.sql


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list