db/schema.rb in iqvoc-3.5.3 vs db/schema.rb in iqvoc-3.5.4

- 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 => 20120119000000) do +ActiveRecord::Schema.define(:version => 20120201120736) do create_table "collection_members", :force => true do |t| t.integer "collection_id" t.integer "target_id" t.string "type" @@ -42,9 +42,10 @@ t.date "follow_up" t.boolean "to_review" t.date "rdf_updated_at" t.datetime "created_at" t.datetime "updated_at" + t.boolean "top_term", :default => false end add_index "concepts", ["origin"], :name => "ix_concepts_on_origin", :length => {"origin"=>255} add_index "concepts", ["published_version_id"], :name => "ix_concepts_publ_version_id"