projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9539a3e
)
add typo/space fixes to baseline schema
author
Galen Charlton
<gmc@esilibrary.com>
Wed, 2 Dec 2015 20:46:47 +0000
(15:46 -0500)
committer
Mike Rylander
<mrylander@gmail.com>
Mon, 31 Jul 2017 14:12:51 +0000
(10:12 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/sql/Pg/040.schema.asset.sql
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/040.schema.asset.sql
b/Open-ILS/src/sql/Pg/040.schema.asset.sql
index
494b575
..
d4373a3
100644
(file)
--- a/
Open-ILS/src/sql/Pg/040.schema.asset.sql
+++ b/
Open-ILS/src/sql/Pg/040.schema.asset.sql
@@
-942,7
+942,7
@@
END;
$$ LANGUAGE PLPGSQL;
CREATE TYPE config.copy_alert_type_state AS ENUM (
-
'NORMAL',
+ 'NORMAL',
'LOST',
'MISSING',
'DAMAGED',
@@
-966,7
+966,7
@@
CREATE TABLE config.copy_alert_type (
in_renew bool,
invert_location bool not null default false,
at_circ bool,
- at_ow
ing
bool,
+ at_ow
ning
bool,
next_status int[]
);
SELECT SETVAL('config.copy_alert_type_id_seq'::TEXT, 100);