From: Galen Charlton Date: Wed, 2 Dec 2015 20:46:47 +0000 (-0500) Subject: add typo/space fixes to baseline schema X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1531aaec686351d53716ab98d58dcbda92575610;p=working%2FEvergreen.git add typo/space fixes to baseline schema Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/sql/Pg/040.schema.asset.sql b/Open-ILS/src/sql/Pg/040.schema.asset.sql index dbe9373975..3f39feaa31 100644 --- a/Open-ILS/src/sql/Pg/040.schema.asset.sql +++ b/Open-ILS/src/sql/Pg/040.schema.asset.sql @@ -941,7 +941,7 @@ END; $$ LANGUAGE PLPGSQL; CREATE TYPE config.copy_alert_type_state AS ENUM ( - 'NORMAL', + 'NORMAL', 'LOST', 'MISSING', 'DAMAGED', @@ -965,7 +965,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);