projects
/
evergreen
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b518b
)
LP#1371647: fix thinko with ID re-pinning
author
Galen Charlton
<gmc@esilibrary.com>
Thu, 3 Mar 2016 13:35:26 +0000
(08:35 -0500)
committer
Galen Charlton
<gmc@esilibrary.com>
Thu, 3 Mar 2016 13:35:26 +0000
(08:35 -0500)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/950.data.seed-values.sql
b/Open-ILS/src/sql/Pg/950.data.seed-values.sql
index
11a7c28
..
ffb0787
100644
(file)
--- a/
Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/
Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@
-8707,7
+8707,7
@@
INSERT INTO config.composite_attr_entry_definition
-- electronic
INSERT INTO config.composite_attr_entry_definition
(coded_value, definition) VALUES
-(
1735
, '[{"_attr":"item_form","_val":"s"},{"_attr":"item_form","_val":"o"}]');
+(
712
, '[{"_attr":"item_form","_val":"s"},{"_attr":"item_form","_val":"o"}]');
-- use the definitions from the icon_format as the basis for the MR hold format definitions
DO $$