probably merge conflict cruft
authorJason Etheridge <jason@esilibrary.com>
Fri, 1 Apr 2011 14:23:30 +0000 (10:23 -0400)
committerJason Etheridge <jason@esilibrary.com>
Fri, 1 Apr 2011 14:23:30 +0000 (10:23 -0400)
Open-ILS/src/sql/Pg/010.schema.biblio.sql

index b7d20f3..58c8957 100644 (file)
@@ -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),