From 1f7a67f905a921f40ef5341dba208b9178b23a9d Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 1 Apr 2011 10:23:30 -0400 Subject: [PATCH] probably merge conflict cruft --- Open-ILS/src/sql/Pg/010.schema.biblio.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/sql/Pg/010.schema.biblio.sql b/Open-ILS/src/sql/Pg/010.schema.biblio.sql index b7d20f3675..58c89576c1 100644 --- 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), -- 2.11.0