[open-ils-commits] r12106 - trunk/Open-ILS/src/sql/Pg (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Feb 7 21:37:58 EST 2009


Author: miker
Date: 2009-02-07 21:37:56 -0500 (Sat, 07 Feb 2009)
New Revision: 12106

Modified:
   trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
Log:
add a record bucket type for reading lists

Modified: trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql
===================================================================
--- trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2009-02-08 02:33:03 UTC (rev 12105)
+++ trunk/Open-ILS/src/sql/Pg/950.data.seed-values.sql	2009-02-08 02:37:56 UTC (rev 12106)
@@ -1573,6 +1573,7 @@
 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'cbrebt', 'label'));
 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('staff_client', oils_i18n_gettext('staff_client', 'General Staff Client container', 'cbrebt', 'label'));
 INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('bookbag', oils_i18n_gettext('bookbag', 'Book Bag', 'cbrebt', 'label'));
+INSERT INTO container.biblio_record_entry_bucket_type (code,label) VALUES ('reading_list', oils_i18n_gettext('reading_list', 'Reading List', 'cbrebt', 'label'));
 
 INSERT INTO container.user_bucket_type (code,label) VALUES ('misc', oils_i18n_gettext('misc', 'Miscellaneous', 'cubt', 'label'));
 INSERT INTO container.user_bucket_type (code,label) VALUES ('folks', oils_i18n_gettext('folks', 'Friends', 'cubt', 'label'));



More information about the open-ils-commits mailing list