add typo/space fixes to baseline schema
authorGalen Charlton <gmc@esilibrary.com>
Wed, 2 Dec 2015 20:46:47 +0000 (15:46 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 3 Nov 2017 20:00:17 +0000 (16:00 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/sql/Pg/040.schema.asset.sql

index deea176..2d8377e 100644 (file)
@@ -1024,7 +1024,7 @@ END;
 $$ LANGUAGE PLPGSQL;
 
 CREATE TYPE config.copy_alert_type_state AS ENUM (
-       'NORMAL',
+    'NORMAL',
     'LOST',
     'MISSING',
     'DAMAGED',
@@ -1048,7 +1048,7 @@ CREATE TABLE config.copy_alert_type (
     in_renew    bool,
     invert_location bool    not null default false,
     at_circ     bool,
-    at_owing    bool,
+    at_owning   bool,
     next_status int[]
 );
 SELECT SETVAL('config.copy_alert_type_id_seq'::TEXT, 100);