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:
f0c5d6d
)
LP#1426133: followup fix seed data sequence
author
Ben Shum
<bshum@biblio.org>
Sat, 28 Feb 2015 17:24:31 +0000
(12:24 -0500)
committer
Ben Shum
<bshum@biblio.org>
Sat, 28 Feb 2015 17:24:31 +0000
(12:24 -0500)
Signed-off-by: Ben Shum <bshum@biblio.org>
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
fa7fcc3
..
74d6539
100644
(file)
--- a/
Open-ILS/src/sql/Pg/950.data.seed-values.sql
+++ b/
Open-ILS/src/sql/Pg/950.data.seed-values.sql
@@
-12646,7
+12646,7
@@
INSERT INTO vandelay.merge_profile (id, owner, name, replace_spec)
INSERT INTO vandelay.merge_profile (id, owner, name, preserve_spec)
VALUES (2, 1, oils_i18n_gettext(2, 'Full Overlay', 'vmp', 'name'), '901c');
-SELECT SETVAL('vandelay.merge_profile'::TEXT, 100);
+SELECT SETVAL('vandelay.merge_profile
_id_seq
'::TEXT, 100);
-- user activity seed data --