app/models/item.rb in enju_biblio-0.1.0.pre33 vs app/models/item.rb in enju_biblio-0.1.0.pre34

- old
+ new

@@ -100,12 +100,10 @@ # Table name: items # # id :integer not null, primary key # call_number :string(255) # item_identifier :string(255) -# circulation_status_id :integer default(5), not null -# checkout_type_id :integer default(1), not null # created_at :datetime not null # updated_at :datetime not null # deleted_at :datetime # shelf_id :integer default(1), not null # include_supplements :boolean default(FALSE), not null @@ -117,8 +115,9 @@ # state :string(255) # required_score :integer default(0), not null # acquired_at :datetime # bookstore_id :integer # budget_type_id :integer -# manifestation_id :integer +# circulation_status_id :integer default(5), not null +# checkout_type_id :integer default(1), not null #