From ff2cbc28e239a261a2d52f3d49b744ba71baf847 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 2 Dec 2015 15:46:47 -0500 Subject: [PATCH] add typo/space fixes to baseline schema Signed-off-by: Galen Charlton --- Open-ILS/src/sql/Pg/040.schema.asset.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/sql/Pg/040.schema.asset.sql b/Open-ILS/src/sql/Pg/040.schema.asset.sql index 5c7aa19d93..d949db84eb 100644 --- a/Open-ILS/src/sql/Pg/040.schema.asset.sql +++ b/Open-ILS/src/sql/Pg/040.schema.asset.sql @@ -1025,7 +1025,7 @@ END; $$ LANGUAGE PLPGSQL; CREATE TYPE config.copy_alert_type_state AS ENUM ( - 'NORMAL', + 'NORMAL', 'LOST', 'MISSING', 'DAMAGED', @@ -1049,7 +1049,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); -- 2.11.0