db/schema.rb in iqvoc-3.2.6 vs db/schema.rb in iqvoc-3.2.7
- 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 => 20110615134040) 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,13 +42,19 @@
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"
+
+ create_table "configuration_settings", :force => true do |t|
+ t.string "key"
+ t.string "value"
+ end
create_table "labelings", :force => true do |t|
t.string "type"
t.integer "owner_id"
t.integer "target_id"