spec/fixtures/library_groups.yml in enju_oai-0.0.3 vs spec/fixtures/library_groups.yml in enju_oai-0.0.4
- old
+ new
@@ -6,12 +6,10 @@
short_name: enju
email: next-l@library.example.jp
note:
my_networks: 0.0.0.0/0
url: "http://localhost:3000/"
- created_at: <%= Time.zone.now %>
- updated_at: <%= Time.zone.now %>
# == Schema Information
#
# Table name: library_groups
@@ -22,13 +20,12 @@
# short_name :string(255) not null
# email :string(255)
# my_networks :text
# login_banner :text
# note :text
-# post_to_union_catalog :boolean default(FALSE), not null
# country_id :integer
-# created_at :datetime
-# updated_at :datetime
+# created_at :datetime not null
+# updated_at :datetime not null
# admin_networks :text
# allow_bookmark_external_url :boolean default(FALSE), not null
# position :integer
# url :string(255) default("http://localhost:3000/")
#