projects
/
evergreen
/
equinox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f56139
)
probably merge conflict cruft
author
Jason Etheridge
<jason@esilibrary.com>
Fri, 1 Apr 2011 14:23:30 +0000
(10:23 -0400)
committer
Jason Etheridge
<jason@esilibrary.com>
Fri, 1 Apr 2011 14:23:30 +0000
(10:23 -0400)
Open-ILS/src/sql/Pg/010.schema.biblio.sql
patch
|
blob
|
history
diff --git
a/Open-ILS/src/sql/Pg/010.schema.biblio.sql
b/Open-ILS/src/sql/Pg/010.schema.biblio.sql
index
b7d20f3
..
58c8957
100644
(file)
--- a/
Open-ILS/src/sql/Pg/010.schema.biblio.sql
+++ b/
Open-ILS/src/sql/Pg/010.schema.biblio.sql
@@
-90,7
+90,7
@@
CREATE TABLE biblio.peer_bib_copy_map (
peer_record BIGINT NOT NULL REFERENCES biblio.record_entry (id),
target_copy BIGINT NOT NULL -- can't use fkey because of acp subtables
);
-=======
+
CREATE TABLE biblio.monograph_part (
id SERIAL PRIMARY KEY,
record BIGINT NOT NULL REFERENCES biblio.record_entry (id),