db/schema.rb in iqvoc-4.1.2 vs db/schema.rb in iqvoc-4.1.3

- old
+ new

@@ -9,10 +9,10 @@ # 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 => 20130418093837) do +ActiveRecord::Schema.define(:version => 20130508103137) do create_table "collection_members", :force => true do |t| t.integer "collection_id" t.integer "target_id" t.string "type"