add 'other' as a related heading type
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 20 Feb 2017 15:39:53 +0000 (15:39 +0000)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 28 Feb 2017 18:31:27 +0000 (18:31 +0000)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/sql/Pg/upgrade/YYYY.schema.authority.sql

index fd8979d..2c0c221 100644 (file)
@@ -30,7 +30,8 @@ CREATE TYPE authority.related_heading_type AS ENUM (
     'parent organization',
     'broader',
     'narrower',
-    'equivalent'
+    'equivalent',
+    'other'
 );
 
 CREATE TYPE authority.heading_purpose AS ENUM (