spec/fixtures/library_groups.yml in enju_biblio-0.3.8 vs spec/fixtures/library_groups.yml in enju_biblio-0.3.9
- old
+ new
@@ -11,26 +11,42 @@
position: 1
old_login_banner: "*Next-L Enju*"
admin_networks: "0.0.0.0/0\r\n\
::/0"
user_id: 1
- max_number_of_results: 200
- family_name_first: true
+ pub_year_facet_range_interval: 10
+ default_custom_manifestation_label: "custom1\r\ncustom2\r\ncustom3"
+ default_custom_item_label: "custom1\r\ncustom2\r\ncustom3"
# == Schema Information
#
# Table name: library_groups
#
-# id :integer not null, primary key
-# name :string(255) not null
-# display_name :text
-# short_name :string(255) not null
-# my_networks :text
-# login_banner :text
-# note :text
-# country_id :integer
-# position :integer
-# created_at :datetime not null
-# updated_at :datetime not null
-# admin_networks :text
-# url :string(255) default("http://localhost:3000/")
+# id :integer not null, primary key
+# name :string not null
+# display_name :text
+# short_name :string not null
+# my_networks :text
+# old_login_banner :text
+# note :text
+# country_id :integer
+# position :integer
+# created_at :datetime
+# updated_at :datetime
+# admin_networks :text
+# allow_bookmark_external_url :boolean default(FALSE), not null
+# url :string default("http://localhost:3000/")
+# settings :text
+# html_snippet :text
+# book_jacket_source :string
+# max_number_of_results :integer default(500)
+# family_name_first :boolean default(TRUE)
+# screenshot_generator :string
+# pub_year_facet_range_interval :integer default(10)
+# user_id :integer
+# csv_charset_conversion :boolean default(FALSE), not null
+# header_logo_file_name :string
+# header_logo_content_type :string
+# header_logo_file_size :integer
+# header_logo_updated_at :datetime
+# header_logo_meta :text
#