projects
/
contrib
/
Conifer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e52ee3d
)
Overcome metabib.record_attr_vector_list missing
author
Dan Scott
<dscott@laurentian.ca>
Tue, 25 Nov 2014 16:40:52 +0000
(11:40 -0500)
committer
Dan Scott
<dscott@laurentian.ca>
Tue, 25 Nov 2014 16:40:52 +0000
(11:40 -0500)
Perhaps the transaction is too long? Anyway, commit and move on.
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/sql/Pg/upgrade/conifer_2_4-to_2_7.sql
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/upgrade/conifer_2_4-to_2_7.sql
b/Open-ILS/src/sql/Pg/upgrade/conifer_2_4-to_2_7.sql
index
7bfbd30
..
ad8465c
100644
(file)
--- a/
Open-ILS/src/sql/Pg/upgrade/conifer_2_4-to_2_7.sql
+++ b/
Open-ILS/src/sql/Pg/upgrade/conifer_2_4-to_2_7.sql
@@
-25602,6
+25602,10
@@
UPDATE permission.perm_list
SET description = 'Allows a user to process and verify URLs'
WHERE code = 'URL_VERIFY';
+-- Need to commit to get the metabib.record_attr_vector_list visible
+COMMIT;
+BEGIN;
+
SELECT evergreen.upgrade_deps_block_check('0892', :eg_version);
CREATE OR REPLACE VIEW metabib.record_attr_flat AS