spec/dummy/db/schema.rb in enju_ndl-0.1.0.pre5 vs spec/dummy/db/schema.rb in enju_ndl-0.1.0.pre6

- old
+ new

@@ -9,11 +9,11 @@ # from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended to check this file into your version control system. -ActiveRecord::Schema.define(:version => 20120602141129) do +ActiveRecord::Schema.define(:version => 20121116033446) do create_table "carrier_types", :force => true do |t| t.string "name", :null => false t.text "display_name" t.text "note" @@ -288,13 +288,15 @@ t.string "ndc" t.integer "content_type_id", :default => 1 t.integer "year_of_publication" t.text "attachment_meta" t.integer "month_of_publication" + t.string "doi" end add_index "manifestations", ["access_address"], :name => "index_manifestations_on_access_address" add_index "manifestations", ["carrier_type_id"], :name => "index_manifestations_on_carrier_type_id" + add_index "manifestations", ["doi"], :name => "index_manifestations_on_doi" add_index "manifestations", ["frequency_id"], :name => "index_manifestations_on_frequency_id" add_index "manifestations", ["isbn"], :name => "index_manifestations_on_isbn" add_index "manifestations", ["issn"], :name => "index_manifestations_on_issn" add_index "manifestations", ["lccn"], :name => "index_manifestations_on_lccn" add_index "manifestations", ["manifestation_identifier"], :name => "index_manifestations_on_manifestation_identifier"