aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/db_load_tuple.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-04-26 21:07:14 -0400
committerRalph Amissah <ralph@amissah.com>2010-04-26 21:07:20 -0400
commit361032d47d096c241d562852e71211feb0198b56 (patch)
treee87de9e19b68e17ee5d1afbc6020a26862454a9e /lib/sisu/v2/db_load_tuple.rb
parentgit, start experimenting with an alternative/parallel git based sisu document... (diff)
metadata, db sql (table structure), adds OCLC number, and; html metadata, renables showing of topic_register
* db (sql) add oclc (Online Computer Library Center) number, affects table structure, (hence breakage & version bump) * new db name prefix "sisu_v2c_"; new pgsql db name prefix "SiSUv2c_" * OCLC == Online Computer Library Center
Diffstat (limited to 'lib/sisu/v2/db_load_tuple.rb')
-rw-r--r--lib/sisu/v2/db_load_tuple.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sisu/v2/db_load_tuple.rb b/lib/sisu/v2/db_load_tuple.rb
index 67c8008f..f1af99a0 100644
--- a/lib/sisu/v2/db_load_tuple.rb
+++ b/lib/sisu/v2/db_load_tuple.rb
@@ -176,6 +176,7 @@ module SiSU_DB_tuple
#{@tp.column.classify_type.tuple[0]}
#{@tp.column.classify_loc.tuple[0]}
#{@tp.column.classify_dewey.tuple[0]}
+#{@tp.column.classify_oclc.tuple[0]}
#{@tp.column.classify_pg.tuple[0]}
#{@tp.column.classify_isbn.tuple[0]}
#{@tp.column.classify_format.tuple[0]}
@@ -259,6 +260,7 @@ tid)
#{@tp.column.classify_type.tuple[1]}
#{@tp.column.classify_loc.tuple[1]}
#{@tp.column.classify_dewey.tuple[1]}
+#{@tp.column.classify_oclc.tuple[1]}
#{@tp.column.classify_pg.tuple[1]}
#{@tp.column.classify_isbn.tuple[1]}
#{@tp.column.classify_format.tuple[1]}