spec/dummy/db/schema.rb in enju_ndl-0.1.0.pre22 vs spec/dummy/db/schema.rb in enju_ndl-0.1.0.pre23

- old
+ new

@@ -159,9 +159,10 @@ t.datetime "created_at", :null => false t.datetime "updated_at", :null => false end add_index "identifiers", ["body", "identifier_type_id"], :name => "index_identifiers_on_body_and_identifier_type_id" + add_index "identifiers", ["manifestation_id"], :name => "index_identifiers_on_manifestation_id" create_table "import_requests", :force => true do |t| t.string "isbn" t.string "state" t.integer "manifestation_id"